md
This commit is contained in:
parent
1f4e833ea2
commit
1661890158
@ -1106,14 +1106,14 @@
|
||||
|
||||
</where>
|
||||
|
||||
<if test="params.orderSnSortList != null and params.orderSnSortList.size >0 ">
|
||||
<if test="params.orderSnSortList != null ">
|
||||
ORDER BY FIELD
|
||||
<foreach collection="params.orderSnSortList" item="item" open="(order_sn," separator="," close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
|
||||
</if>
|
||||
<if test="params.billCodeSortList != null and params.billCodeSortList.size >0 ">
|
||||
<if test="params.billCodeSortList != null ">
|
||||
ORDER BY FIELD
|
||||
<foreach collection="params.billCodeSortList" item="item" open="(bill_code," separator="," close=")">
|
||||
#{item}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user