´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/Service/InboundOrderService.cs
@@ -102,10 +102,6 @@ else if (inboundOrder.OrderStatus == InboundStatusEnum.æªå¼å§.ObjToInt()) { inboundOrder.OrderStatus = InboundStatusEnum.å ¥åºä¸.ObjToInt(); for (int i = 0; i < inboundOrderDetails.Count; i++) { _inboundOrderDetailService.Repository.DeleteAndMoveIntoHty(inboundOrderDetails[i], App.User.UserId == 0 ? OperateType.èªå¨å®æ : OperateType.äººå·¥å®æ); } } content = MaterielGroupUpdateData(inboundOrder, inboundOrderDetails, stockInfo);