Browse Source

update

tmp
DengBiao 9 months ago
parent
commit
8c3bd8ad16
1 changed files with 1 additions and 0 deletions
  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 View File

@@ -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())


Loading…
Cancel
Save