修改类型枚举值
This commit is contained in:
parent
94a8511f95
commit
994d050ba8
|
|
@ -58,7 +58,7 @@ public class MaMachineServiceImpl implements MaMachineService {
|
||||||
if (iotRecordVoList.size()>0){
|
if (iotRecordVoList.size()>0){
|
||||||
for (int i = 0; i < iotRecordVoList.size(); i++) {
|
for (int i = 0; i < iotRecordVoList.size(); i++) {
|
||||||
//保存定位iot设备编码
|
//保存定位iot设备编码
|
||||||
if ("125".equals(iotRecordVoList.get(i).getIotType())){
|
if ("126".equals(iotRecordVoList.get(i).getIotType())){
|
||||||
ma.setIotCode(iotRecordVoList.get(i).getIotCode());
|
ma.setIotCode(iotRecordVoList.get(i).getIotCode());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue