zhaowc
2025-04-07 b9f7560cbe0e562a40e9515a0559a3e951f0fee6
Wms/Wms/Controllers/BllSoController.cs
@@ -700,7 +700,7 @@
                var type = _taskSvc.GetTaskType(taskNo);
                if (type == "1")//出库完成
                {
                    _exNoticeSvc.ExportSuccess(taskNo, int.Parse(userId));
                    _exNoticeSvc.ExportSuccess(taskNo, int.Parse(userId), "");
                }
                else if (type == "2")//出库时产生的移库任务完成
                {