进出口查询条件添加

This commit is contained in:
zhaoqing
2026-05-15 11:40:55 +08:00
parent 6e78c30676
commit 3c9b3c5e68
@@ -1206,6 +1206,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<!-- and ORGANIZATION_NAME like concat('%', #{organizationName}, '%')-->
<!-- </if>-->
<if test="pushStatus != null">
and PUSH_STATUS = #{pushStatus}
</if>
<if test="documentDate != null ">
and DOCUMENT_DATE = #{documentDate}
</if>