超市优化

This commit is contained in:
zengtao01
2024-11-13 10:00:37 +08:00
parent 6153fba8f8
commit 1513db983e

View File

@ -23,7 +23,7 @@
<if test="vo.carteenId != null ">
and sg.carteen_id = #{vo.carteenId}
</if>
order by sg.create_time DESC
order by sg.id DESC
</select>
</mapper>