Commit 53b35b13 authored by chenzhao's avatar chenzhao

修改代码

parent c676c83e
package com.yeejoin.amos.boot.biz.config;
import com.sun.org.apache.regexp.internal.RE;
import org.apache.commons.lang.StringUtils;
import org.redisson.Redisson;
import org.redisson.api.RedissonClient;
......
......@@ -801,7 +801,7 @@ public class TopographyController extends AbstractBaseController {
if (x.getNameKey().equals(iotDataVO.getKey())) {
dataVO.setId(x.getId());
dataVO.setName(x.getIndexName());
dataVO.setValue(x.getValue());
dataVO.setValue(iotDataVO.getValue());
dataVO.setUnit(x.getIndexUnitName());
try {
//Date date = DateUtils.dateParse(String.valueOf(timeList.get(j-1).getValue()), DateUtils.DATE_TIME_T_PATTERN);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment