md
This commit is contained in:
parent
0e407a4588
commit
e600b9342b
@ -110,6 +110,14 @@
|
||||
<if test="remark != null and remark != ''"> and remark = #{remark}</if>
|
||||
<if test="createSite != null and createSite != ''"> and create_site = #{createSite}</if>
|
||||
<if test="updateSite != null and updateSite != ''"> and update_site = #{updateSite}</if>
|
||||
|
||||
<if test="params.beginApplyDate != null and params.beginApplyDate != ''">
|
||||
and apply_date <![CDATA[ > ]]> #{params.beginApplyDate}
|
||||
</if>
|
||||
<if test="params.endApplyDate != null and params.endApplyDate != ''">
|
||||
and apply_date <![CDATA[ <= ]]> #{params.endApplyDate}
|
||||
</if>
|
||||
|
||||
</where>
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
@ -536,6 +536,10 @@
|
||||
and bl_print=#{params.printFlag}
|
||||
</if>
|
||||
|
||||
<if test="params.isNeedPack != null and params.isNeedPack == '1'">
|
||||
and bill_code not in( select bill_code from emis_tms_pack_dtl where del_flag='0' )
|
||||
</if>
|
||||
|
||||
<if test="params.innerQuery != null">
|
||||
|
||||
and (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user