|
@@ -335,7 +335,7 @@ public class RemoteOpcServiceImpl extends BaseServiceImpl<RemoteOpcMapper, Remot
|
|
|
// 拿到点位
|
|
|
List<RemoteOpcVO> list = new ArrayList<>();
|
|
|
for (RemotePositionVO vo : remotePositionVOList) {
|
|
|
- String jsonStr = RedisUtils.get(RedisKeyConstants.DCS_PREFIX + vo.getId());
|
|
|
+ String jsonStr = RedisUtils.getString(RedisKeyConstants.DCS_PREFIX + vo.getId());
|
|
|
log.info("vo.getId(): " + vo.getId());
|
|
|
log.info("jsonStr: " + jsonStr);
|
|
|
if (StringUtils.isNotBlank(jsonStr)) {
|