Commit 13695adc authored by kiritoausna's avatar kiritoausna

主分支 sensortype 添加"4"的判断

parent b486cc99
......@@ -408,7 +408,7 @@ public class DmDataServiceImpl extends ServiceImpl<DmDataMapper, DmData> impleme
realDataVo.setEquipno(equipno);
realDataVo.setData(real);
String sensortype = real.get("sensortype") + "";
if ("3".equals(sensortype)) {
if ("3".equals(sensortype)||"4".equals(sensortype)) {
Object keys2 = dbdata.get("dmdata1");
realDataVo.setKeys(keys2);
}else{
......
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