Browse Source

update

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

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

@@ -226,8 +226,6 @@ func CentralKitchenForSchoolOrderRefundAudit(c *gin.Context, req md.CentralKitch
if userWithDay.State == enum.CentralKitchenForSchoolUserWithDayStateForCancel {
//TODO::当前订餐记录,已退款了
isAlreadyReturnDayId = append(isAlreadyReturnDayId, returnDay.Id)
//returnDay.Memo = "当前退款申请记录,已有其他退款申请完成退款!"
//centralKitchenForSchoolUserRefundDayDb.CentralKitchenForSchoolUserRefundDayUpdate(returnDay.Id, returnDay, "memo")
continue
}



Loading…
Cancel
Save