Compare commits
2 Commits
0aaa01f4bf
...
66bb295acb
| Author | SHA1 | Date | |
|---|---|---|---|
| 66bb295acb | |||
| 8a540096f5 |
@@ -1600,6 +1600,8 @@ public class WmsMaterialCoilServiceImpl implements IWmsMaterialCoilService {
|
||||
splitStep.put("child_coils", allNewCoilNos);
|
||||
// 分卷产生的子钢卷ID将在后续步骤中设置
|
||||
splitStep.put("operator", LoginHelper.getUsername()); // 操作者
|
||||
// 分卷的操作时间
|
||||
splitStep.put("create_time", DateUtils.getNowDate());
|
||||
steps.add(splitStep);
|
||||
|
||||
contentMap.put("steps", steps);
|
||||
|
||||
Reference in New Issue
Block a user