音频文本分析详情页面的代码架构完成
This commit is contained in:
@@ -25,7 +25,7 @@ public class AudioStatisticsScheduler {
|
||||
* 每天凌晨2点执行门店录音统计
|
||||
* 统计昨天的录音数据
|
||||
*/
|
||||
@Scheduled(cron = "0 0 2 * * ?")
|
||||
// @Scheduled(cron = "0 0 2 * * ?")
|
||||
public void generateDailyAudioStatistics() {
|
||||
try {
|
||||
log.info("开始执行门店录音统计任务...");
|
||||
|
||||
Reference in New Issue
Block a user