DengBiao 9 miesięcy temu
rodzic
commit
906f57507b
1 zmienionych plików z 1 dodań i 1 usunięć
  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 Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz