为符合项 排序

This commit is contained in:
yuezhihang
2021-12-05 20:25:49 +08:00
parent 51e67d4440
commit 02edc0ba2e
@@ -52,6 +52,7 @@
and STAND_SERIAL_NUMBER like concat(concat('%',#{sar.standSerialNumber}),'%')
or sar_stand_unqualified.STAND_NAME like concat(concat('%',#{sar.standSerialNumber}),'%')
</if>
order by sar_stand_unqualified.STAND_ID ,sar_stand_unqualified.ITEMS_NUM asc
limit #{start},#{end}
</select>