feat(wms): 增加处理时间
- 在操作记录中添加处理时间字段 - 使用当前时间初始化processTime属性 -保持异常处理逻辑不变,确保主流程不受影响
This commit is contained in:
@@ -175,6 +175,7 @@ public class WmsCoilPendingActionServiceImpl implements IWmsCoilPendingActionSer
|
||||
try {
|
||||
action.setOperatorId(LoginHelper.getUserId());
|
||||
action.setOperatorName(LoginHelper.getUsername());
|
||||
action.setProcessTime(new Date());
|
||||
} catch (Exception e) {
|
||||
// 如果获取登录用户失败,不影响主流程
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user