Browse Source

update

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

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

@@ -223,11 +223,11 @@ func CentralKitchenForSchoolOrderRefundAudit(c *gin.Context, req md.CentralKitch
return err3
}

if userWithDay.State == enum.CentralKitchenForSchoolUserWithDayStateForCancel && returnDay.State != enum.CentralKitchenForSchoolUserRefundDayStateForRefundErr {
//TODO::当前订餐记录,已退款了
isAlreadyReturnDayId = append(isAlreadyReturnDayId, returnDay.Id)
continue
}
//if userWithDay.State == enum.CentralKitchenForSchoolUserWithDayStateForCancel && returnDay.State != enum.CentralKitchenForSchoolUserRefundDayStateForRefundErr {
// //TODO::当前订餐记录,已退款了
// isAlreadyReturnDayId = append(isAlreadyReturnDayId, returnDay.Id)
// continue
//}

userWithDay.State = enum.CentralKitchenForSchoolUserWithDayStateForCancel
outRequestNo := "r_" + returnDay.OutTradeNo + outRequestNoSuffix


Loading…
Cancel
Save