库存调整记录按创建时间倒序排序;

This commit is contained in:
王奎兴
2026-02-07 14:47:52 +08:00
parent 848c92576d
commit fed9d449af
@@ -172,6 +172,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="updateByName != null and updateByName != ''">
and a.update_by_name like concat('%', #{updateByName}, '%')
</if>
order by a.create_time desc
</sql>
<select id="queryList" parameterType="com.mhd.wms.domain.inventoryAdjustmentRecord.repository.todo.InventoryAdjustmentRecordDO" resultMap="InventoryAdjustmentRecordResult">