demand: TMS系统 - 客户账单管理 - 财务开票处理 - 新增加查询条件 按照发票号查询数据
committer: heyu
This commit is contained in:
parent
9aa83ac43c
commit
777f79f659
@ -181,17 +181,17 @@
|
||||
</if>
|
||||
|
||||
<if test="params.beginApplyDate != null and params.beginApplyDate != ''">
|
||||
and apply_date <![CDATA[ >= ]]> #{params.beginCreateTime}
|
||||
and a.apply_date <![CDATA[ >= ]]> #{params.beginCreateTime}
|
||||
</if>
|
||||
<if test="params.endApplyDate != null and params.endApplyDate != ''">
|
||||
and apply_date <![CDATA[ <= ]]> #{params.endCreateTime}
|
||||
and a.apply_date <![CDATA[ <= ]]> #{params.endCreateTime}
|
||||
</if>
|
||||
|
||||
<if test="params.beginCreateTime != null and params.beginCreateTime != ''">
|
||||
and create_time <![CDATA[ >= ]]> #{params.beginCreateTime}
|
||||
and a.create_time <![CDATA[ >= ]]> #{params.beginCreateTime}
|
||||
</if>
|
||||
<if test="params.endCreateTime != null and params.endCreateTime != ''">
|
||||
and create_time <![CDATA[ <= ]]> #{params.endCreateTime}
|
||||
and a.create_time <![CDATA[ <= ]]> #{params.endCreateTime}
|
||||
</if>
|
||||
|
||||
<if test="params.privSiteCode != null and params.privSiteCode != '88888'">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user