Sfoglia il codice sorgente

update

consumeLimit
DengBiao 1 anno fa
parent
commit
38ffd86231
1 ha cambiato i file con 0 aggiunte e 11 eliminazioni
  1. +0
    -11
      app/admin/hdl/enterprise_manage/hdl_central_kitchen_for_school.go

+ 0
- 11
app/admin/hdl/enterprise_manage/hdl_central_kitchen_for_school.go Vedi File

@@ -1156,17 +1156,6 @@ func SelfSupportForSchoolOrdRefund(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
enterpriseDb := db.EnterpriseDb{}
enterpriseDb.Set()
enterprise, err := enterpriseDb.GetEnterprise(req.EnterpriseId)
if err != nil {
e.OutErr(c, e.ERR_DB_ORM, err.Error())
return
}
if enterprise == nil {
e.OutErr(c, e.ERR_NO_DATA, "未查询到对应记录")
return
}

err = svc2.SelfSupportForSchoolOrdRefund(req)
if err != nil {


Caricamento…
Annulla
Salva