refactor(wms): 优化卷材变更日志记录逻辑

- 重构加工变换日志记录,支持合并、分卷等不同场景
- 修改快照对比逻辑,合并新旧键值以避免遗漏空值字段
- 调整仓库层级排序算法,移除四级库位的序号修正
- 注释掉卷材合同关系中的日志记录代码
- 在撤回导出时清空操作人员信息
This commit is contained in:
2026-07-11 16:49:20 +08:00
parent 74827f696b
commit 2dbbb942ef
5 changed files with 96 additions and 70 deletions

View File

@@ -909,6 +909,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<update id="updateForWithdrawExport">
UPDATE wms_material_coil
SET export_time = NULL,
export_by = NULL,
status = #{status}
WHERE coil_id = #{coilId}
</update>