Browse Source

1

add_mode
DengBiao 1 year ago
parent
commit
757413c84d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/admin/hdl/enterprise_manage/hdl_self_support_for_school.go

+ 2
- 1
app/admin/hdl/enterprise_manage/hdl_self_support_for_school.go View File

@@ -1097,7 +1097,6 @@ func SelfSupportForSchoolConsumeLimit(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
fmt.Println(">>>>>>>>>>>>>>>>>!!!<<<<<<<<<<<<<<<<")
enterpriseId := utils.StrToInt(c.DefaultQuery("enterprise_id", ""))
enterpriseDb := db.EnterpriseDb{}
enterpriseDb.Set()
@@ -1178,6 +1177,8 @@ func SelfSupportForSchoolConsumeLimit(c *gin.Context) {
}

err, resp := svc.CurlAlipayPlanetEcocampusApiRosterConsumeLimit(data)
fmt.Println(">>>>>>>>>>>>>>>>>!!!<<<<<<<<<<<<<<<<", err)

if err != nil {
e.OutErr(c, e.ERR, err.Error())
return


Loading…
Cancel
Save