|
|
@@ -437,7 +437,7 @@ public class DeviceService {
|
|
|
put("code", DictEnum.MODEL_PART.getCodeType());
|
|
|
put("type", "1");
|
|
|
}});
|
|
|
- String itemName = dictList == null ? item : dictList.get(item).getLabel();
|
|
|
+ String itemName = dictList == null ? item : (dictList.get(item)==null?item:dictList.get(item).getLabel());
|
|
|
BigDecimal originalValue = re.getOriginalValue();
|
|
|
BigDecimal currentValue = re.getCurrentValue();
|
|
|
BigDecimal offset = re.getOffset();
|