This commit is contained in:
linfso 2024-05-28 12:41:26 +08:00
parent 0e407a4588
commit e600b9342b
2 changed files with 12 additions and 0 deletions

View File

@ -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>

View File

@ -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 (