fix(config): 调整金额阈值和描述以匹配10亿标准
将配置文件中的金额阈值从1亿调整为10亿,并更新相关描述。同时修改前端表单默认值, 确保与后端配置一致。
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"scheduler": {
|
||||
"enabled": true,
|
||||
"cronTime": "0 9 * * *",
|
||||
"threshold": 10000,
|
||||
"description": "每天9点采集大于1亿的项目",
|
||||
"threshold": 100000,
|
||||
"description": "每天9点采集大于10亿的项目",
|
||||
"timeRange": "thisMonth"
|
||||
},
|
||||
"email": {
|
||||
|
||||
Reference in New Issue
Block a user