Explorar el Código

update

add_mode
DengBiao hace 1 año
padre
commit
deb71038f3
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  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 Ver fichero

@@ -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 Ver fichero

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


Cargando…
Cancelar
Guardar