Explorar el Código

处理根据标准值查询规则维护列表没有数据的情况

zhanghang hace 3 años
padre
commit
e07f8a8216
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      daqe-center/src/main/resources/mapper/ColumnVerifyMapper.xml

+ 1 - 1
daqe-center/src/main/resources/mapper/ColumnVerifyMapper.xml

@@ -59,7 +59,7 @@
             AND a.regular = #{getColumnVerifyPageVO.regularName}
         </if>
         <if test="getColumnVerifyPageVO.standardValue != null and getColumnVerifyPageVO.standardValue != ''">
-            AND a.standardvalue LIKE CONCAT('%',#{getColumnVerifyPageVO.regularName},'%')
+            AND a.standardvalue LIKE CONCAT('%',#{getColumnVerifyPageVO.standardValue},'%')
         </if>
     </select>