DengBiao hace 10 meses
padre
commit
d7e5bb1117
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      app/admin/hdl/hdl_audit_center.go

+ 2
- 0
app/admin/hdl/hdl_audit_center.go Ver fichero

@@ -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 {


Cargando…
Cancelar
Guardar