md
This commit is contained in:
parent
dabe275d9d
commit
dcb1f2c5c3
@ -138,6 +138,20 @@
|
||||
|
||||
</if>
|
||||
|
||||
<if test="params.beginApplyDate != null and params.beginApplyDate != ''">
|
||||
and apply_date <![CDATA[ >= ]]> #{params.beginCreateTime}
|
||||
</if>
|
||||
<if test="params.endApplyDate != null and params.endApplyDate != ''">
|
||||
and apply_date <![CDATA[ <= ]]> #{params.endCreateTime}
|
||||
</if>
|
||||
|
||||
<if test="params.beginCreateTime != null and params.beginCreateTime != ''">
|
||||
and create_time <![CDATA[ >= ]]> #{params.beginCreateTime}
|
||||
</if>
|
||||
<if test="params.endCreateTime != null and params.endCreateTime != ''">
|
||||
and create_time <![CDATA[ <= ]]> #{params.endCreateTime}
|
||||
</if>
|
||||
|
||||
|
||||
<if test="params.privSiteCode != null and params.privSiteCode != '88888'">
|
||||
AND apply_seq_no IN (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user