Browse Source

update

tmp
DengBiao 9 months ago
parent
commit
5d78c6b9c2
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      app/admin/svc/order/svc_central_kitchen_for_school_order.go

+ 3
- 3
app/admin/svc/order/svc_central_kitchen_for_school_order.go View File

@@ -298,9 +298,9 @@ func CentralKitchenForSchoolOrderRefundAudit(c *gin.Context, req md.CentralKitch
return err4 return err4
} }
if updateAck1 <= 0 { if updateAck1 <= 0 {
_ = session.Rollback()
err = errors.New("更新退款就餐记录状态失败2")
return
//_ = session.Rollback()
//err = errors.New("更新退款就餐记录状态失败2")
//return
} }
} }
} }


Loading…
Cancel
Save