dengbiao hace 2 meses
padre
commit
aa85a731c9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 Ver fichero

@@ -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::当前订餐记录,已退款了


Cargando…
Cancelar
Guardar