This commit is contained in:
linfso 2025-03-06 14:43:50 +08:00
parent f96a762689
commit a371e07494

View File

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