update 查询法规sql

This commit is contained in:
lijiarao
2024-01-10 14:39:49 +08:00
parent 4f51e4db0c
commit 5a67d9fe24
@@ -77,10 +77,10 @@
AND split.file_type IS NOT NULL AND split.file_type != ''
</if>
<if test="vo.source != null and vo.source != ''">
AND #{vo.source} LIKE CONCAT('%', standard.source, '%')
AND standard.source LIKE CONCAT('%', #{vo.source}, '%')
</if>
<if test="vo.standardState != null and vo.standardState != ''">
AND #{vo.standardState} LIKE CONCAT('%', standard.standard_state, '%')
AND standard.standard_state LIKE CONCAT('%', #{vo.standardState}, '%')
</if>
<if test="vo.standardNumberOrName != null and vo.standardNumberOrName != ''">
AND (standard_number LIKE CONCAT('%', #{vo.standardNumberOrName}, '%') OR