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
@@ -244,6 +244,9 @@
<if test="auditTime != null ">
and a.audit_time = #{auditTime}
</if>
<if test="issueStatus != null">
and a.issue_status = #{issueStatus}
</if>
<if test="warehouseId != null ">
and a.warehouse_id = #{warehouseId}
</if>