Browse Source

update

tmp
DengBiao 10 months ago
parent
commit
d7e5bb1117
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/admin/hdl/hdl_audit_center.go

+ 2
- 0
app/admin/hdl/hdl_audit_center.go View File

@@ -105,6 +105,8 @@ func CentralKitchenForSchoolOrderRefundList(c *gin.Context) {
}

func CentralKitchenForSchoolOrderRefundAudit(c *gin.Context) {
e.OutSuc(c, "success", nil)
return
var req md.CentralKitchenForSchoolOrderRefundAuditReq
err := c.ShouldBindJSON(&req)
if err != nil {


Loading…
Cancel
Save