DengBiao 9 kuukautta sitten
vanhempi
commit
8c3bd8ad16
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      app/customer/hdl/hdl_central_kitchen_for_school_order.go

+ 1
- 0
app/customer/hdl/hdl_central_kitchen_for_school_order.go Näytä tiedosto

@@ -251,6 +251,7 @@ func CentralKitchenForSchoolOrderRefund(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
utils.FilePutContents("CentralKitchenForSchoolOrderRefund", utils.SerializeStr(req))
err = svc.CentralKitchenForSchoolOrderRefund(req)
if err != nil {
e.OutErr(c, e.ERR, err.Error())


Ladataan…
Peruuta
Tallenna