This commit is contained in:
linfso 2025-04-01 09:20:40 +08:00
parent af09f65f71
commit 3c6bab1279

View File

@ -477,7 +477,7 @@
<where>
del_flag='0'
<if test="billCode != null and billCode != '' and params.billCodeSortList==null ">
bill_code=#{billCode}
and bill_code=#{billCode}
</if>
<if test="params.billCodeSortList != null and params.billCodeSortList.size() > 1 ">
@ -490,7 +490,7 @@
<if test="blSubBill != null and blSubBill == 1 ">
<if test="billCode != null and billCode != '' and params.billCodeSortList==null ">
main_bill_code=#{billCode}
and main_bill_code=#{billCode}
</if>
<if test="params.billCodeSortList != null and params.billCodeSortList.size() > 1 ">