预警43
This commit is contained in:
parent
b710bd8793
commit
2f6fff3644
|
|
@ -28,7 +28,7 @@ func (s *VoucherService) CronWarningBudget(ctx context.Context) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
cv := vo.WarningBudgetCron.BuildCache([]string{""})
|
cv := vo.WarningBudgetCron.BuildCache([]string{"YJ"})
|
||||||
|
|
||||||
cacheValue, err2 := s.rdb.Rdb.Get(ctx, cv.Key).Result()
|
cacheValue, err2 := s.rdb.Rdb.Get(ctx, cv.Key).Result()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue