feat: There is no way the, 56994 分接单手动关联之后条款顺序不对

This commit is contained in:
396572590@qq.com
2022-08-17 16:36:13 +08:00
parent 293f1f1471
commit 0005b8aa6e
@@ -407,13 +407,13 @@
<select id="querySarItemAndInterpretation" resultMap="sarItemVOResultMap"
parameterType="com.adc.da.slrs.sarStandItems.entity.FindSarItemsPageReqDTO">
SELECT
sar_stand_items.*
FROM
sar_stand_items
SELECT
sar_stand_items.*,split_pid(sar_stand_items.ITEMS_NUM,'.') as tt
FROM
sar_stand_items
<include refid="sarItemWhere"/>
<if test="orderBy !=null and orderBy!=''">
order by sar_stand_items.ITEMS_NUM ${order}
order by tt ${order}
</if>
LIMIT ${pager.startIndex-1},${pageSize}
</select>