This commit is contained in:
linfso 2024-05-29 05:23:09 +08:00
parent ecc24b63ae
commit 416ea5f6ac

View File

@ -112,6 +112,7 @@
<if test="quoteCode != null and quoteCode != ''"> and quote_code=#{quoteCode}</if>
<if test="transLineCode != null and transLineCode != ''"> and trans_line_code=#{transLineCode}</if>
<if test="quoteType != null and quoteType != ''"> and quote_type= #{quoteType}</if>
<if test="customerCode != null and customerCode != ''"> and customer_code=#{customerCode}</if>
<if test="custNo != null and custNo != ''"> and cust_no=#{custNo}</if>
@ -186,13 +187,6 @@
and start_date <![CDATA[ <= ]]> now() and end_date <![CDATA[ > ]]> now() and status=1
</if>
<if test="params.chargeType != null and params.chargeType==1">
and fee_type='1001'
</if>
<if test="params.chargeType != null and params.chargeType==2">
and fee_type!='1001'
</if>
</where>
order by create_time desc
</select>