Browse Source

update

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

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

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

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


Loading…
Cancel
Save