fix 导出数量限制十万

This commit is contained in:
shuo.wang
2024-11-06 10:17:37 +08:00
parent 00c084f1e5
commit 468ba1d31d
3 changed files with 11 additions and 4 deletions

View File

@@ -30,6 +30,7 @@ public class CommonConstants {
public static final int ONE_SECONDS = 1000;
public static final int MAX_EXPORT_SIZE = 100000;
/**
* 跟进任务通知缓存时间 1小时
*/