为符合项 排序

This commit is contained in:
yuezhihang
2021-12-07 09:21:14 +08:00
committed by zhaokaiyao@91isoft.com
parent 7f5fdbd321
commit 0e68e431ea
@@ -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>