md
This commit is contained in:
parent
b4a06fcfc4
commit
f020cbe9ad
@ -65,7 +65,7 @@
|
||||
del_flag='0'
|
||||
<if test="id != null "> and id = #{id}</if>
|
||||
<if test="billCode != null and billCode != ''"> and ( FIND_IN_SET(`bill_code`,#{billCode}) or bill_code like concat('%', #{billCode}, '%') ) </if>
|
||||
<if test="applyType != null and applyType != ''"> and apply_type = #{applyType}</if>
|
||||
<if test="applyType != null and applyType != ''"> and FIND_IN_SET(`apply_type`,#{applyType})</if>
|
||||
<if test="applyManCode != null and applyManCode != ''"> and apply_man_code = #{applyManCode}</if>
|
||||
<if test="applySiteCode != null and applySiteCode != ''"> and apply_site_code = #{applySiteCode}</if>
|
||||
<if test="applyFinanceCenterCode != null and applyFinanceCenterCode != ''"> and apply_finance_center_code = #{applyFinanceCenterCode}</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user