jintao.geng 1 неделя назад
Родитель
Сommit
b8e1b1fea1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lot/src/main/resources/mapper/DiamondPositionMapper.xml

+ 1 - 1
lot/src/main/resources/mapper/DiamondPositionMapper.xml

@@ -40,7 +40,7 @@
         <include refid="baseColumnList"/>
         <where>
             del_flag = 0
-            <if test="request.name != null and diamondPosition.request != ''">
+            <if test="request.name != null and request.name != ''">
                 AND name like concat('%', #{request.name}, '%')
             </if>
             <if test="request.type != null and request.type != ''">