md
This commit is contained in:
parent
428520e06b
commit
319c32ace5
@ -554,14 +554,14 @@
|
||||
|
||||
</where>
|
||||
|
||||
<if test="params.orderSnSortList != null and orderSnSortList.size >0 ">
|
||||
<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>
|
||||
,
|
||||
</if>
|
||||
<if test="params.billCodeSortList != null and billCodeSortList.size >0 ">
|
||||
<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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user