|
@@ -188,9 +188,9 @@ public class TwinCalcHourRzServiceImpl implements ITwinCalcHourRzService {
|
|
JSONObject jsonObject = array.getJSONObject(j);
|
|
JSONObject jsonObject = array.getJSONObject(j);
|
|
String code = jsonObject.getStr("code");
|
|
String code = jsonObject.getStr("code");
|
|
String name = jsonObject.getStr("name");
|
|
String name = jsonObject.getStr("name");
|
|
- if (StringUtils.isEmpty(name)) {
|
|
|
|
- name = detail.getDataName();
|
|
|
|
- }
|
|
|
|
|
|
+// if (StringUtils.isEmpty(name)) {
|
|
|
|
+// name = detail.getDataName();
|
|
|
|
+// }
|
|
String suffix2 = "." + code;
|
|
String suffix2 = "." + code;
|
|
String key3 = deviceCode + suffix2;
|
|
String key3 = deviceCode + suffix2;
|
|
strList.add(key3);
|
|
strList.add(key3);
|