|
|
@ -252,6 +252,9 @@ public class DataSyncConfigServiceImpl extends BaseServiceImpl<DataSyncConfigDao |
|
|
|
} |
|
|
|
|
|
|
|
String thirdResultData = thirdResult.getData(); |
|
|
|
if(StringUtils.isBlank(thirdResultData)){ |
|
|
|
continue; |
|
|
|
} |
|
|
|
JSONObject thirdResultObject = JSON.parseObject(thirdResultData); |
|
|
|
|
|
|
|
LambdaQueryWrapper<DataSyncRecordDeathEntity> queryWrapper = new LambdaQueryWrapper<>(); |
|
|
|