This commit is contained in:
linfso 2024-07-08 22:50:25 +08:00
parent 7625b1f375
commit bfa725e267

View File

@ -77,9 +77,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="settleType != null and settleType != ''"> and settle_type=#{settleType}</if>
<if test="blSplit != null and blSplit != ''"> and bl_split=#{blSplit}</if>
<if test="billMonth != null and billMonth != ''"> and bill_month=#{billMonth}</if>
<if test="custNo != null and custNo != ''"> and cust_no=#{custNo}</if>
<if test="customerCode != null and customerCode != ''"> and customer_code=#{customerCode}</if>
<if test="customerName != null and customerName != ''"> and customer_name like concat('%', #{customerName}, '%')</if>
<if test="custNo != null and custNo != ''"> and b.cust_no=#{custNo}</if>
<if test="customerCode != null and customerCode != ''"> and b.customer_code=#{customerCode}</if>
<if test="customerName != null and customerName != ''"> and b.customer_name like concat('%', #{customerName}, '%')</if>
<if test="blConfirm != null and blConfirm != ''"> and bl_confirm=#{blConfirm}</if>
<if test="confirmDate != null and confirmDate != ''"> and confirm_date like concat('%', #{confirmDate}, '%')</if>
<if test="confirmSite != null and confirmSite != ''"> and confirm_site=#{confirmSite}</if>
@ -180,9 +180,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="settleType != null and settleType != ''"> and settle_type=#{settleType}</if>
<if test="blSplit != null and blSplit != ''"> and bl_split=#{blSplit}</if>
<if test="billMonth != null and billMonth != ''"> and bill_month=#{billMonth}</if>
<if test="custNo != null and custNo != ''"> and cust_no=#{custNo}</if>
<if test="customerCode != null and customerCode != ''"> and customer_code=#{customerCode}</if>
<if test="customerName != null and customerName != ''"> and customer_name like concat('%', #{customerName}, '%')</if>
<if test="custNo != null and custNo != ''"> and b.cust_no=#{custNo}</if>
<if test="customerCode != null and customerCode != ''"> and b.customer_code=#{customerCode}</if>
<if test="customerName != null and customerName != ''"> and b.customer_name like concat('%', #{customerName}, '%')</if>
<if test="blConfirm != null and blConfirm != ''"> and bl_confirm=#{blConfirm}</if>
<if test="confirmDate != null and confirmDate != ''"> and confirm_date like concat('%', #{confirmDate}, '%')</if>
<if test="confirmSite != null and confirmSite != ''"> and confirm_site=#{confirmSite}</if>