映射表保存,链路绑定设备代码优化
This commit is contained in:
parent
b1a5b68c98
commit
dfc92fbfc1
@ -468,7 +468,7 @@ public class SysNodeServiceImpl implements SysNodeService {
|
|||||||
}
|
}
|
||||||
if (!CollectionUtils.isEmpty(list)) {
|
if (!CollectionUtils.isEmpty(list)) {
|
||||||
ListUtil.page(list,COMMIT_COUNT, item -> {
|
ListUtil.page(list,COMMIT_COUNT, item -> {
|
||||||
sysImptabmappingMapper.insertOrUpdateBatch(item);
|
sysImptabmappingMapper.updateBatchById(item);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user