1
hwh
2024-07-11 1d54111a4edb5e042eb65a891e6c6474cef4f6c1
Wms/Wms/Controllers/JobController.cs
@@ -45,7 +45,7 @@
            {
                return "不允许过频繁执行任务!";
            }
            throw Oops.Bah("测试异常");
            return await scheduler.AddScheduleJobAsync(entity);
        }