Commit ee7e22de authored by zhengyi's avatar zhengyi

出货阶段的入仓追加与入仓修改操作日志说明文案修正

parent 014d2e06
......@@ -4290,7 +4290,7 @@ public class OrderWarehouseInServiceImpl extends AbstractService<OrderWarehouseI
orderService.shipmentOrderInWarehouse(orderWarehouseInVO);
orderBusinessService.addOrderOperateLog(orderId, "仓库操作", "航运中-入仓修改审批已通过", updateReqVO.getApplyInfoVOList());
orderBusinessService.addOrderOperateLog(orderId, "仓库操作", OrderStatusEnum.valueOf(orderDO.getStatus()).getNameZh().concat("-入仓修改审批已通过"), updateReqVO.getApplyInfoVOList());
// 预装、理货、装柜
applicationContext.publishEvent(new BoxOrderShipmentWarehouseInEvent(orderId));
......@@ -4339,7 +4339,7 @@ public class OrderWarehouseInServiceImpl extends AbstractService<OrderWarehouseI
orderItemService.updateById(orderItemDO);
}
orderBusinessService.addOrderOperateLog(orderId, "仓库操作", "航运中-入仓追加审批已通过", updateReqVO.getApplyInfoVOList());
orderBusinessService.addOrderOperateLog(orderId, "仓库操作", OrderStatusEnum.valueOf(orderDO.getStatus()).getNameZh().concat("-入仓追加审批已通过"), updateReqVO.getApplyInfoVOList());
// 预装、理货、装柜
applicationContext.publishEvent(new BoxOrderShipmentWarehouseInEvent(orderId));
......
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