提交 81bf2cc7 authored 作者: liruixin's avatar liruixin

Merge branch 'v6.4_transportation_20231110' into test

......@@ -1104,7 +1104,7 @@ public class OrderChildServiceImpl implements OrderChildService {
orderChild.setCancelDetail(param.getRemark());
}
else {
orderChild.setCancelRemark(param.getRemark());
orderChild.setCancelDetail(param.getRemark());
}
// 图片
......@@ -1143,7 +1143,6 @@ public class OrderChildServiceImpl implements OrderChildService {
orderChild.getTruckNo()).orElseThrow(PerformanceResultEnum.DATA_NOT_FIND);
}
orderChild.setCancelRemark(param.getRemark());
orderChild.setCancelTime(LocalDateTime.now());
orderChild.setFinishTime(orderChild.getCancelTime());
orderChild.setStatus(OrderChildEnum.Status.DRIVER_CANCEL.getCode());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论