Commit 3f902c2e authored by yanghao's avatar yanghao

fix: 出货阶段-入仓追加 更新订单审核状态

parent 43969095
......@@ -4201,6 +4201,11 @@ public class OrderWarehouseInServiceImpl extends AbstractService<OrderWarehouseI
// 出货阶段 入仓追加 (有可能orderItemId为null)
else {
// 更新订单状态 出货阶段 入仓追加-已通过
Integer auditType = OrderApprovalTypeResultEnum.warehouse_update_pass.getType();
orderService.updateStatus(orderId, null, null, null,
null, null, 0, OrderApprovalTypeResultEnum.typeAndResultOf(auditType, result).getDesc(), false);
// copy
OrderWarehouseInCreateReqVO createReqVO = new OrderWarehouseInCreateReqVO();
BeanUtils.copyProperties(updateReqVO, createReqVO);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment