@@ -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},'%')
</select>