From 80c8e74c7428329f06d1aa3b70b95b46da732b0a Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 27 六月 2024 20:09:03 +0800 Subject: [PATCH] 保存库存结算时间点重启定时任务 --- controllers/report_forms_controller.go | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/controllers/report_forms_controller.go b/controllers/report_forms_controller.go index 17288a7..5f907fa 100644 --- a/controllers/report_forms_controller.go +++ b/controllers/report_forms_controller.go @@ -219,6 +219,12 @@ util.ResponseFormat(c, code.RequestParamError, "鍙傛暟瑙f瀽澶辫触锛屾暟鎹被鍨嬮敊璇�") return } + + if params.BaseOperationType == 0 { + util.ResponseFormat(c, code.RequestParamError, "鍩虹鎿嶄綔绫诲瀷涓嶈兘涓虹┖") + return + } + historyFormsService := service.NewHistoryFormsService() list, err := historyFormsService.FetchAll(params) if err != nil { -- Gitblit v1.8.0