feat: There is no way the, 56994 分接单手动关联之后条款顺序不对
This commit is contained in:
@@ -407,13 +407,13 @@
|
|||||||
|
|
||||||
<select id="querySarItemAndInterpretation" resultMap="sarItemVOResultMap"
|
<select id="querySarItemAndInterpretation" resultMap="sarItemVOResultMap"
|
||||||
parameterType="com.adc.da.slrs.sarStandItems.entity.FindSarItemsPageReqDTO">
|
parameterType="com.adc.da.slrs.sarStandItems.entity.FindSarItemsPageReqDTO">
|
||||||
SELECT
|
SELECT
|
||||||
sar_stand_items.*
|
sar_stand_items.*,split_pid(sar_stand_items.ITEMS_NUM,'.') as tt
|
||||||
FROM
|
FROM
|
||||||
sar_stand_items
|
sar_stand_items
|
||||||
<include refid="sarItemWhere"/>
|
<include refid="sarItemWhere"/>
|
||||||
<if test="orderBy !=null and orderBy!=''">
|
<if test="orderBy !=null and orderBy!=''">
|
||||||
order by sar_stand_items.ITEMS_NUM ${order}
|
order by tt ${order}
|
||||||
</if>
|
</if>
|
||||||
LIMIT ${pager.startIndex-1},${pageSize}
|
LIMIT ${pager.startIndex-1},${pageSize}
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user