md
This commit is contained in:
parent
d57d7cf688
commit
7b9b96a11a
@ -132,8 +132,7 @@
|
||||
<if test="postCode != null and postCode != ''"> and post_code like concat('%', #{postCode}, '%')</if>
|
||||
<if test="realName != null and realName != ''"> and real_name like concat('%', #{realName}, '%')</if>
|
||||
<if test="idNo != null and idNo != ''"> and id_no like concat('%', #{idNo}, '%')</if>
|
||||
<if test="payee != null and payee != ''"> and payee like concat('%', #{payee}, '%')</if>
|
||||
<if test="salesmen != null and salesmen != ''"> and salesmen like concat('%', #{salesmen}, '%')</if>
|
||||
|
||||
<if test="dataFrom != null and dataFrom != ''"> and data_from like concat('%', #{dataFrom}, '%')</if>
|
||||
<if test="blOpenOms != null and blOpenOms != ''"> and bl_open_oms=#{blOpenOms}</if>
|
||||
<if test="blSms != null and blSms != ''"> and bl_sms=#{blSms}</if>
|
||||
@ -149,6 +148,9 @@
|
||||
<if test="updateTime != null "> and update_time = #{updateTime}</if>
|
||||
<if test="createSite != null and createSite != ''"> and create_site like concat('%', #{createSite}, '%')</if>
|
||||
<if test="updateSite != null and updateSite != ''"> and update_site like concat('%', #{updateSite}, '%')</if>
|
||||
|
||||
<if test="payee != null and payee != ''"> and payee=#{payee}</if>
|
||||
<if test="salesmen != null and salesmen != ''"> and salesmen=#{salesmen}</if>
|
||||
</where>
|
||||
order by create_time desc
|
||||
</select>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user