This commit is contained in:
ziming 2025-07-02 15:56:38 +08:00
parent b710bd8793
commit 2f6fff3644
1 changed files with 1 additions and 1 deletions

View File

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