进出口查询条件添加
This commit is contained in:
+3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user