md
This commit is contained in:
parent
af09f65f71
commit
3c6bab1279
@ -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 ">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user