修改类型枚举值

This commit is contained in:
15856 2024-12-25 13:12:40 +08:00
parent 94a8511f95
commit 994d050ba8
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class MaMachineServiceImpl implements MaMachineService {
if (iotRecordVoList.size()>0){
for (int i = 0; i < iotRecordVoList.size(); i++) {
//保存定位iot设备编码
if ("125".equals(iotRecordVoList.get(i).getIotType())){
if ("126".equals(iotRecordVoList.get(i).getIotType())){
ma.setIotCode(iotRecordVoList.get(i).getIotCode());
}
}