update 查询法规sql
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user