fix: 标准选择接口没有标准
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@
|
||||
AND standard.source LIKE CONCAT('%', #{vo.source}, '%')
|
||||
</if>
|
||||
<if test="vo.standardState != null and vo.standardState != ''">
|
||||
AND standard.standard_state LIKE CONCAT('%', #{vo.standardState}, '%')
|
||||
AND #{vo.standardState} LIKE CONCAT('%', standard.standard_state, '%')
|
||||
</if>
|
||||
<if test="vo.standardNumberOrName != null and vo.standardNumberOrName != ''">
|
||||
AND (standard_number LIKE CONCAT('%', #{vo.standardNumberOrName}, '%') OR
|
||||
|
||||
Reference in New Issue
Block a user