定时任务指定唯一分部todo
This commit is contained in:
parent
48621c51e3
commit
02e7b9c7b3
|
|
@ -33,6 +33,7 @@ public class StatisticsPersonCron extends BaseCronJob {
|
|||
|
||||
@Override
|
||||
public void execute() {
|
||||
//todo 指定分部的情况下 数据库预制数据需要重新更新
|
||||
Integer value = StringUtils.isNotBlank(companyId) ? Integer.parseInt(companyId) : null;
|
||||
StatisticsParam build = StatisticsParam.builder().companyId(value).build();
|
||||
User user = new User();
|
||||
|
|
|
|||
Loading…
Reference in New Issue