超市优化
This commit is contained in:
@ -23,7 +23,7 @@
|
|||||||
<if test="vo.carteenId != null ">
|
<if test="vo.carteenId != null ">
|
||||||
and sg.carteen_id = #{vo.carteenId}
|
and sg.carteen_id = #{vo.carteenId}
|
||||||
</if>
|
</if>
|
||||||
order by sg.create_time DESC
|
order by sg.id DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
Reference in New Issue
Block a user