|
@@ -48,7 +48,7 @@ public class OpcTask {
|
|
|
if (!CollectionUtils.isEmpty(uniqueStr)) {
|
|
|
List<RemoteOpc> remoteOpcList = OpcDAClient.addGroupAndItems(findAllItems(uniqueStr));
|
|
|
if (!CollectionUtils.isEmpty(remoteOpcList)) {
|
|
|
- // remoteOpcMapper.updateBatch(remoteOpcList);
|
|
|
+ remoteOpcMapper.updateBatch(remoteOpcList);
|
|
|
// log.info("添加新点位:" + uniqueStr);
|
|
|
}
|
|
|
}
|