仓库管理按时间倒序排序

This commit is contained in:
秦鸿展
2026-02-09 13:16:25 +08:00
parent af540c67f9
commit bea406051f
6 changed files with 31 additions and 2 deletions
@@ -100,5 +100,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="queryList" parameterType="com.mhd.basic.domain.storageSection.repository.todo.StorageSectionDO" resultMap="StorageSectionResult">
<include refid="selectStorageSectionPo"/>
<include refid="selectStorageSectionPo1"/>
order by a.create_time desc
</select>
</mapper>