提交 6ce90c96 authored 作者: 李炎's avatar 李炎

测试

上级 a1dcbae6
......@@ -130,7 +130,7 @@ public class SynchronizationServiceImpl implements ISynchronizationService {
if (!CollectionUtils.isEmpty(tempList)) {
synchronizationRecordsMapper.synchronizationRecordsTempCreate(tempList);
}
System.out.println("tempList===="+tempList);
List<String> objectList = tempList.stream().filter(m -> !"LQKJ_IMSSync".equals(m.get("sFormId"))).map(m -> String.valueOf(m.get("fid"))).collect(Collectors.toList());
List<Map<String, Object>> dataList = new ArrayList<>();
......@@ -159,7 +159,8 @@ public class SynchronizationServiceImpl implements ISynchronizationService {
if (!CollectionUtils.isEmpty(idList)) {
synchronizationRecordsMapper.synchronizationRecordsUpdateByIdList(idList);
}
System.out.println("idList===="+idList);
System.out.println("recordsList===="+recordsList);
for (SynchronizationRecordsListOutVoRecords records : recordsList) {
if (!"LQKJ_IMSSync".equals(records.getSFormId())) {
kingDeeCommonSyncService.synchronization(records.getId(), records.getSFormId(), records.getDataId(), records.getEntryId());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论