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