|
|
@ -259,7 +259,8 @@ public class DataSyncConfigServiceImpl extends BaseServiceImpl<DataSyncConfigDao |
|
|
|
executorService.submit(() -> { |
|
|
|
try { |
|
|
|
//查询正常状态的居民
|
|
|
|
hsjc(finalDbResiList, config.getCustomerId(), formDTO.getIsSync()); |
|
|
|
//hsjc(finalDbResiList, config.getCustomerId(), formDTO.getIsSync());
|
|
|
|
yantaiHsjcByDbView(finalDbResiList, config.getCustomerId(), formDTO.getIsSync()); |
|
|
|
log.info("======核酸检测信息拉取结束======"); |
|
|
|
} catch (Exception e) { |
|
|
|
log.error("hsjc thread execute exception", e); |
|
|
|