This commit is contained in:
linfso 2024-05-31 06:11:08 +08:00
parent 57322742a9
commit 428520e06b

View File

@ -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>
,