给单据中商品选择列表进行排序优化

This commit is contained in:
季圣华
2021-10-18 22:39:14 +08:00
parent b121937273
commit 358ca73cf0

View File

@@ -143,7 +143,7 @@
</foreach>
</if>
and ifnull(m.delete_flag,'0') !='1'
ORDER BY me.id desc
ORDER BY m.id desc,me.default_flag desc
<if test="offset != null and rows != null">
limit #{offset},#{rows}
</if>