feat(material): 添加材料卷导出功能的时间字段兜底处理
- 在 WmsMaterialCoilExportVo 中新增 updateTime 字段用于时间兜底 - 在数据库查询映射中添加 update_time 字段的查询支持 - 实现发货时间为空时的时间字段处理逻辑,按优先级选择时间 - 优化导出列表的时间字段赋值策略,确保日期字段不为空
This commit is contained in:
@@ -161,4 +161,9 @@ public class WmsMaterialCoilExportVo {
|
||||
* 发货时间(仅临时存储,不导出)
|
||||
*/
|
||||
private Date exportTime;
|
||||
|
||||
/**
|
||||
* 更新时间(仅临时存储,不导出,用于发货时间为空时兜底)
|
||||
*/
|
||||
private Date updateTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user