This commit is contained in:
jack ning
2025-07-04 10:33:13 +08:00
parent 865c796716
commit 3e7f108bbf
79 changed files with 292 additions and 234 deletions

View File

@@ -22,6 +22,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.bytedesk.kbase.faq.mq.FaqMessageService;
import com.bytedesk.core.utils.BdDateUtils;
import jakarta.annotation.PreDestroy;
import lombok.extern.slf4j.Slf4j;
@@ -72,7 +73,7 @@ public class FaqBulkIndexTester {
});
}
log.info("批量索引测试任务已提交,时间: {}", ZonedDateTime.now());
log.info("批量索引测试任务已提交,时间: {}", BdDateUtils.now());
}
/**