oms页面查询条件;

This commit is contained in:
王奎兴
2026-05-18 10:26:32 +08:00
parent c539b86535
commit bb66a76762
5 changed files with 44 additions and 5 deletions
@@ -178,6 +178,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="checkTaskDistribution != null ">
and a.check_task_distribution = #{checkTaskDistribution}
</if>
<if test="issueStatus != null">
and a.issue_status = #{issueStatus}
</if>
<if test="auditBy != null ">
and a.audit_by = #{auditBy}
</if>