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