From deb71038f3682c9499e2f8bdae43d228e4a65c1b Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Thu, 14 Sep 2023 12:05:32 +0800 Subject: [PATCH] update --- app/admin/hdl/enterprise_manage/hdl_self_support_for_school.go | 1 + app/admin/md/md_enterprise_manage.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/admin/hdl/enterprise_manage/hdl_self_support_for_school.go b/app/admin/hdl/enterprise_manage/hdl_self_support_for_school.go index f7a0996..71244e4 100644 --- a/app/admin/hdl/enterprise_manage/hdl_self_support_for_school.go +++ b/app/admin/hdl/enterprise_manage/hdl_self_support_for_school.go @@ -926,6 +926,7 @@ func SelfSupportForSchoolBlackList(c *gin.Context) { e.OutErr(c, e.ERR_DB_ORM, err.Error()) return } + err, resp := svc.CurlAlipayPlanetEcocampusApiRosterPageQueryBlackList(md2.CurlAlipayPlanetEcocampusApiRosterPageQueryBlackList{ SchoolCode: info.SchoolCode, PageNo: req.Page, diff --git a/app/admin/md/md_enterprise_manage.go b/app/admin/md/md_enterprise_manage.go index e5da5d3..07f69f4 100644 --- a/app/admin/md/md_enterprise_manage.go +++ b/app/admin/md/md_enterprise_manage.go @@ -501,7 +501,7 @@ type SelfSupportForSchoolOrdListResp struct { } type CentralKitchenForSchoolBatchAskForLeaveReqBySchool struct { - EnterpriseIds []int `json:"enterprise_id" binding:"required" label:"企业id"` + EnterpriseIds []int `json:"enterprise_ids" binding:"required" label:"企业id"` IsBreakfast int `json:"is_breakfast" label:"是否退早餐(1:退 0:不退)"` IsLunch int `json:"is_lunch" label:"是否退午餐(1:退 0:不退)"` IsDinner int `json:"is_dinner" label:"是否退晚餐(1:退 0:不退)"`