|
|
|
|
@ -101,7 +101,7 @@ public class ApplicationEvent {
|
|
|
|
|
RedisDao.getInstance().init(redisTemplate); |
|
|
|
|
LocalDateTime end = LocalDate.now().minusDays(1).atTime(23,59,59); |
|
|
|
|
CompletableFutureUtil.runSync(() -> { |
|
|
|
|
// personalService.init(List.of());
|
|
|
|
|
personalService.init(List.of(115, 116, 118)); |
|
|
|
|
// personalService.pullInvestigate();
|
|
|
|
|
// personalService.pullPsychosis();
|
|
|
|
|
// gBaseSHRWFRService.pullAndSave(LocalDateTime.of(2019,12,6,0,0,0), end);
|
|
|
|
|
@ -141,8 +141,8 @@ public class ApplicationEvent {
|
|
|
|
|
// pointService.syncFatherEducation(initDomain(List.of(112)));
|
|
|
|
|
// pointService.syncMotherEducation(initDomain(List.of(113)));
|
|
|
|
|
// pointService.syncDomicileType(initDomain(List.of(114)));
|
|
|
|
|
pointService.syncCriminalPunishment(initDomain(List.of(115))); |
|
|
|
|
pointService.syncAdministrativePunishment(initDomain(List.of(116))); |
|
|
|
|
// pointService.syncCriminalPunishment(initDomain(List.of(115)));
|
|
|
|
|
// pointService.syncAdministrativePunishment(initDomain(List.of(116)));
|
|
|
|
|
// pointService.syncParentsDivorce(initDomain(List.of(117)));
|
|
|
|
|
// gBaseJJDService.syncOtherContradict(initDomain(List.of(75)));
|
|
|
|
|
pointService.syncFamilyDie(initDomain(List.of(118))); |
|
|
|
|
|