Commit 1c20fa43 by 邓实川 Committed by chenzg

扫描时间更新

parent 3082346b
......@@ -36,7 +36,7 @@ import cn.timer.api.bean.crm.CrmSeaRule;
@Component
public class CrmRuleController {
@Scheduled(cron = "0 0 0/1 * * ? ") // 每小时扫描
@Scheduled(cron = "0 0 10 * * ? ") // 每小时扫描
@Transactional
public void getRules() {
// 全部业务组规则
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment