md
This commit is contained in:
parent
f96a762689
commit
a371e07494
@ -895,6 +895,8 @@
|
||||
<if test="paymentRemark != null and paymentRemark != ''"> and a.payment_remark like concat('%', #{paymentRemark}, '%')</if>
|
||||
<if test="orderRemark != null and orderRemark != ''"> and a.order_remark like concat('%', #{orderRemark}, '%')</if>
|
||||
|
||||
<if test="dataFrom != null and dataFrom != ''">and a.data_from = #{dataFrom} </if>
|
||||
|
||||
<if test="remark != null and remark != ''"> and a.remark like concat('%', #{remark}, '%')</if>
|
||||
<if test="createBy != null and createBy != ''"> and a.create_by= #{createBy}</if>
|
||||
<if test="updateBy != null and updateBy != ''"> and a.update_by=#{updateBy}</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user