|
|
@ -744,6 +744,9 @@ public class DataSyncConfigServiceImpl extends BaseServiceImpl<DataSyncConfigDao |
|
|
|
if(StringUtils.isBlank(thirdResultData)){ |
|
|
|
continue; |
|
|
|
} |
|
|
|
if (thirdResultData.equals("INR:匹配不成功") || thirdResultData.equals("null:null")){ |
|
|
|
continue; |
|
|
|
} |
|
|
|
// JSONObject thirdResultObject = JSON.parseObject(thirdResultData);
|
|
|
|
|
|
|
|
LambdaQueryWrapper<DataSyncRecordMaritalEntity> queryWrapper = new LambdaQueryWrapper<>(); |
|
|
|