设备登记界面查询调整
This commit is contained in:
@@ -117,7 +117,7 @@ public class StatisticsDataDataServiceImpl implements IStatisticsDataDataService
|
||||
vo.setEngineeringName("工程名称");
|
||||
vo.setProjectName("项目名称");
|
||||
vo.setDevName(dev.getName());
|
||||
vo.setDevType(dev.getDevType());
|
||||
vo.setDevType(dev.getDevModel());
|
||||
vo.setMac(dev.getMac());
|
||||
vo.setOperationalTime(dev.getCreateTime());
|
||||
vo.setOperationalStatus(dev.getUsageStatus() == 0 ? "停运" : "在运");
|
||||
|
||||
Reference in New Issue
Block a user