Administrator
2024-06-28 8db84793a19b02df61c8fb9e5d539c57b827da45
Wms/Wms/Controllers/UpApiController.cs
@@ -566,7 +566,7 @@
                    throw new Exception("未获取到用户信息");
                }*/
                SoResInfo result = _exNoticeSvc.ErpAddExportNotice(model);
                SoResInfo result = _noticeSvc.CreateSoWork(model);
                return Ok(result);
            }