Selaa lähdekoodia

update

add_mode
DengBiao 1 vuosi sitten
vanhempi
commit
deb71038f3
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +1
    -0
      app/admin/hdl/enterprise_manage/hdl_self_support_for_school.go
  2. +1
    -1
      app/admin/md/md_enterprise_manage.go

+ 1
- 0
app/admin/hdl/enterprise_manage/hdl_self_support_for_school.go Näytä tiedosto

@@ -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,


+ 1
- 1
app/admin/md/md_enterprise_manage.go Näytä tiedosto

@@ -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:不退)"`


Ladataan…
Peruuta
Tallenna