update:修改bug

This commit is contained in:
qk
2022-05-18 09:20:03 +08:00
parent 84767315c8
commit 1000757218
@@ -408,12 +408,12 @@
<select id="querySarItemAndInterpretation" resultMap="sarItemVOResultMap"
parameterType="com.adc.da.slrs.sarStandItems.entity.FindSarItemsPageReqDTO">
SELECT
sar_stand_items.*,split_pid(sar_stand_items.ITEMS_NUM,'.') as tt
sar_stand_items.*
FROM
sar_stand_items
<include refid="sarItemWhere"/>
<if test="orderBy !=null and orderBy!=''">
order by tt ${order}
order by sar_stand_items.ITEMS_NUM ${order}
</if>
LIMIT ${pager.startIndex-1},${pageSize}
</select>