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