md
This commit is contained in:
parent
0d75a422dd
commit
97a81fbbb4
@ -39,23 +39,23 @@
|
||||
<where>
|
||||
del_flag='0'
|
||||
<if test="id != null "> and id = #{id}</if>
|
||||
<if test="accCode != null and accCode != ''"> and acc_code like concat('%', #{accCode}, '%')</if>
|
||||
<if test="siteCode != null and siteCode != ''"> and site_code like concat('%', #{siteCode}, '%')</if>
|
||||
<if test="centerCode != null and centerCode != ''"> and center_code like concat('%', #{centerCode}, '%')</if>
|
||||
<if test="accCode != null and accCode != ''"> and acc_code=#{accCode}</if>
|
||||
<if test="siteCode != null and siteCode != ''"> and site_code= #{siteCode}</if>
|
||||
<if test="centerCode != null and centerCode != ''"> and center_code=#{centerCode}</if>
|
||||
<if test="curMoney != null "> and cur_money = #{curMoney}</if>
|
||||
<if test="frozenMoney != null "> and frozen_money = #{frozenMoney}</if>
|
||||
<if test="confirmMoney != null "> and confirm_money = #{confirmMoney}</if>
|
||||
<if test="watchMoney != null "> and watch_money = #{watchMoney}</if>
|
||||
<if test="closeMoney != null "> and close_money = #{closeMoney}</if>
|
||||
<if test="earnestMoney != null "> and earnest_money = #{earnestMoney}</if>
|
||||
<if test="currency != null and currency != ''"> and currency like concat('%', #{currency}, '%')</if>
|
||||
<if test="currency != null and currency != ''"> and currency=#{currency}</if>
|
||||
<if test="startDate != null "> and start_date = #{startDate}</if>
|
||||
<if test="blOpen != null and blOpen != ''"> and bl_open like concat('%', #{blOpen}, '%')</if>
|
||||
<if test="blLock != null and blLock != ''"> and bl_lock like concat('%', #{blLock}, '%')</if>
|
||||
<if test="blClear != null and blClear != ''"> and bl_clear like concat('%', #{blClear}, '%')</if>
|
||||
<if test="clearSiteCode != null and clearSiteCode != ''"> and clear_site_code like concat('%', #{clearSiteCode}, '%')</if>
|
||||
<if test="blOpen != null and blOpen != ''"> and bl_open=#{blOpen}</if>
|
||||
<if test="blLock != null and blLock != ''"> and bl_lock=#{blLock}</if>
|
||||
<if test="blClear != null and blClear != ''"> and bl_clear=#{blClear}</if>
|
||||
<if test="clearSiteCode != null and clearSiteCode != ''"> and clear_site_code= #{clearSiteCode}</if>
|
||||
<if test="clearDate != null "> and clear_date = #{clearDate}</if>
|
||||
<if test="clearManCode != null and clearManCode != ''"> and clear_man_code like concat('%', #{clearManCode}, '%')</if>
|
||||
<if test="clearManCode != null and clearManCode != ''"> and clear_man_code=#{clearManCode}</if>
|
||||
<if test="remark != null and remark != ''"> and remark like concat('%', #{remark}, '%')</if>
|
||||
<if test="delFlag != null and delFlag != ''"> and del_flag like concat('%', #{delFlag}, '%')</if>
|
||||
<if test="createBy != null and createBy != ''"> and create_by like concat('%', #{createBy}, '%')</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user