提交 c568d6be authored 作者: 刘海泉's avatar 刘海泉

申诉增加处理时间和处理人字段的赋值

上级 0511f033
......@@ -232,6 +232,9 @@ public class OrderChildExceptionReportServiceImpl implements OrderChildExceptio
if(Objects.equals(param.getDealWay(),ExceptionReportEnum.DealWay.APPEAL.getCode())){
report.setStatus(CarrierExceptionReportEnum.Status.APPEAL_IN_PROGRESS.getCode());
report.setDealTime(LocalDateTime.now());
report.setDealUserCode(loginUserInfo.getUserNo());
report.setDealUser(loginUserInfo.getUserName());
dealLog = new OrderChildExceptionReportDealLog();
dealLog.setReportNo(report.getReportNo());
dealLog.setDealWay(param.getDealWay());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论