fix: 标准选择接口没有标准

This commit is contained in:
2024-01-11 16:00:37 +08:00
parent 7366808e9d
commit e96a84d3cd
@@ -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