fix(export): 修正导出VO中的时间字段映射

- 将WmsMaterialCoilExportVo中的updateTime字段更正为createTime
- 更新WmsMaterialCoilMapper.xml中对应的时间字段映射
- 确保导出数据的时间字段与数据库实际字段一致
This commit is contained in:
2026-01-10 16:54:57 +08:00
parent e1a73783e9
commit a422fa7ee2
2 changed files with 2 additions and 2 deletions

View File

@@ -360,7 +360,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
-- 成品卷号
mc.current_coil_no AS currentCoilNo,
-- 日期
mc.update_time AS updateTime,
mc.create_time AS createTime,
-- 重量
mc.net_weight AS netWeight,
-- 长度