关务保税仓页面查询;
This commit is contained in:
@@ -418,11 +418,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="createTimeEnd != null and createTimeEnd != ''">
|
||||
and date_format(a.create_time,'%Y-%m-%d') <= #{createTimeEnd}
|
||||
</if>
|
||||
<if test="pushTimeEnd != null">
|
||||
and PUSH_TIME <![CDATA[<=]]> #{pushTimeEnd}
|
||||
<if test="pushTimeFrom != null">
|
||||
and PUSH_TIME <![CDATA[>=]]> #{pushTimeFrom}
|
||||
</if>
|
||||
<if test="pushStatus != null">
|
||||
and a.PUSH_STATUS = #{pushStatus}
|
||||
<if test="pushTimeTo != null">
|
||||
and PUSH_TIME <![CDATA[<=]]> #{pushTimeTo}
|
||||
</if>
|
||||
<if test="pushStatus != null">
|
||||
and a.PUSH_STATUS = #{pushStatus}
|
||||
|
||||
Reference in New Issue
Block a user