This commit is contained in:
linfso 2024-08-16 15:57:22 +08:00
parent ab45ae5636
commit cfa4cf9757

View File

@ -73,7 +73,7 @@
<if test="id != null "> and id = #{id}</if>
<if test="settleBillNo != null and settleBillNo != ''"> and FIND_IN_SET(a.`settle_bill_no`,#{settleBillNo})</if>
<if test="settleBillName != null and settleBillName != ''"> and settle_bill_name like concat('%', #{settleBillName}, '%')</if>
<if test="settleType != null and settleType != ''"> and settle_type= #{settleType},</if>
<if test="settleType != null and settleType != ''"> and settle_type= #{settleType}</if>
<if test="settleStartDate != null "> and settle_start_date = #{settleStartDate}</if>
<if test="settleEndDate != null "> and settle_end_date = #{settleEndDate}</if>
<if test="billMonth != null and billMonth != ''"> and bill_month = #{billMonth}</if>