质量待检任务

This commit is contained in:
yinjinlu-pc\尹金路
2023-10-18 22:02:01 +08:00
parent 835f09a735
commit 01fd608843
16 changed files with 887 additions and 9 deletions

View File

@@ -34,7 +34,7 @@
AND rule_id = #{ruleId}
</if>
<if test="ruleCode != null and ruleCode != ''">
AND rule_code = #{ruleCode}
AND rule_code like concat('%', #{ruleCode}, '%')
</if>
<if test="ruleName != null and ruleName != ''">