Commit d5f116f4 authored by 施翔轲's avatar 施翔轲

关闭咨询机构经营范围定时更新

parent 9f12a876
...@@ -40,7 +40,7 @@ public class TenantTimerTask { ...@@ -40,7 +40,7 @@ public class TenantTimerTask {
/** /**
* 每小时更新一次咨询机构经营范围 * 每小时更新一次咨询机构经营范围
*/ */
@Scheduled(cron = "0 0 * 1/1 * ? ") //@Scheduled(cron = "0 0 * 1/1 * ? ")
public void updateAdvisoryBodyBusinessScope() { public void updateAdvisoryBodyBusinessScope() {
log.info("执行定时更新咨询机构经营范围(1h/次)"); log.info("执行定时更新咨询机构经营范围(1h/次)");
TenantHelper.ignore(advisoryBodyService::updateAdvisoryBodyBusinessScope); TenantHelper.ignore(advisoryBodyService::updateAdvisoryBodyBusinessScope);
......
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