瀏覽代碼

update

tmp
DengBiao 9 月之前
父節點
當前提交
8c3bd8ad16
共有 1 個檔案被更改,包括 1 行新增0 行删除
  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 查看文件

@@ -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…
取消
儲存