demand: TMS系统 - 成本列表 - 按照运输号查询数据 提示无数据 tms-运单管理-接单/运单录入/运单修改/网点费用申请-增加根据销售联系人查询销售支持接口 tms-运单管理-接单/运单录入/运单批量录入/运单修改/网点费用申请-增加保存销售联系人功能 tms-寄件运单查询、寄件运单查询新、查询运单详情、快件跟踪-查询返回销售支持

committer: heyu
This commit is contained in:
aike 2025-11-21 16:44:25 +08:00
parent 617674c2f9
commit c50d1cc705

View File

@ -583,7 +583,7 @@
</if>
<if test="params.billCodeSortList != null and params.billCodeSortList.size() > 1 ">
ORDER BY FIELD
<foreach collection="params.billCodeSortList" item="item" open="(bill_code," separator="," close=")">
<foreach collection="params.billCodeSortList" item="item" open="(a.bill_code," separator="," close=")">
#{item}
</foreach>
</if>
@ -890,7 +890,7 @@
</if>
<if test="params.billCodeSortList != null and params.billCodeSortList.size() > 0 ">
ORDER BY FIELD
<foreach collection="params.billCodeSortList" item="item" open="(bill_code," separator="," close=")">
<foreach collection="params.billCodeSortList" item="item" open="(a.bill_code," separator="," close=")">
#{item}
</foreach>
</if>
@ -1191,7 +1191,7 @@
</if>
<if test="params.billCodeSortList != null and params.billCodeSortList.size() > 0 ">
ORDER BY FIELD
<foreach collection="params.billCodeSortList" item="item" open="(bill_code," separator="," close=")">
<foreach collection="params.billCodeSortList" item="item" open="(a.bill_code," separator="," close=")">
#{item}
</foreach>
</if>
@ -1556,7 +1556,7 @@
</if>
<if test="params.billCodeSortList != null ">
ORDER BY FIELD
<foreach collection="params.billCodeSortList" item="item" open="(bill_code," separator="," close=")">
<foreach collection="params.billCodeSortList" item="item" open="(a.bill_code," separator="," close=")">
#{item}
</foreach>
@ -1958,7 +1958,7 @@
</if>
<if test="params.billCodeSortList != null ">
ORDER BY FIELD
<foreach collection="params.billCodeSortList" item="item" open="(bill_code," separator="," close=")">
<foreach collection="params.billCodeSortList" item="item" open="(a.bill_code," separator="," close=")">
#{item}
</foreach>
@ -2625,7 +2625,7 @@
</if>
<if test="params.billCodeSortList != null ">
ORDER BY FIELD
<foreach collection="params.billCodeSortList" item="item" open="(bill_code," separator="," close=")">
<foreach collection="params.billCodeSortList" item="item" open="(a.bill_code," separator="," close=")">
#{item}
</foreach>