feat(material): 优化钢卷物料导出功能

- 添加Excel字典格式注解支持数据类型转换
- 新增钢卷ID字段用于数据关联
- 增加操作完成时间字段显示
- 实现根据操作ID查询钢卷待办动作完成时间
- 添加钢卷ID到数据库查询映射
- 重构导出查询逻辑支持操作完成时间获取
This commit is contained in:
2026-03-20 17:39:41 +08:00
parent 195df97521
commit 0da1386a5d
4 changed files with 50 additions and 2 deletions

View File

@@ -474,6 +474,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
END AS itemTypeDesc,
-- 物品ID
mc.item_id AS itemId,
-- 钢卷ID
mc.coil_id AS coilId,
-- 数据类型
mc.data_type AS dataType,
-- 逻辑库区