dengbiao 2 months ago
parent
commit
aa85a731c9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/admin/svc/order/svc_central_kitchen_for_school_order.go

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

@@ -248,7 +248,8 @@ func CentralKitchenForSchoolOrderRefundAudit(c *gin.Context, req md.CentralKitch
}
if userWithDay == nil {
utils.FilePutContents("CentralKitchenForSchoolOrderRefundAudit_NOT_FOUND", utils.SerializeStr(returnDay))
continue
_ = session.Rollback()
return errors.New("未查询到对应预定记录")
}
//if userWithDay.State == enum.CentralKitchenForSchoolUserWithDayStateForCancel && returnDay.State != enum.CentralKitchenForSchoolUserRefundDayStateForRefundErr {
// //TODO::当前订餐记录,已退款了


Loading…
Cancel
Save