音频文本分析详情页面的代码架构完成

This commit is contained in:
ZLI263
2025-11-18 15:12:00 +08:00
parent 9ef5d55487
commit 45d4f668d3
14 changed files with 364 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ public class AudioStatisticsScheduler {
* 每天凌晨2点执行门店录音统计
* 统计昨天的录音数据
*/
@Scheduled(cron = "0 0 2 * * ?")
// @Scheduled(cron = "0 0 2 * * ?")
public void generateDailyAudioStatistics() {
try {
log.info("开始执行门店录音统计任务...");