Commit 72cdbcd7 by gdj

增加机场,无人机增删改功能4。

parent 74942720
......@@ -885,7 +885,7 @@ public class DeviceServiceImpl implements IDeviceService {
// 机场名称
addDockEntity.setDeviceName(dock.getDeviceName());
// device_name
addDockEntity.setDomain(DeviceDomainEnum.DRONE.getDomain());
addDockEntity.setDomain(DeviceDomainEnum.DOCK.getDomain());
// 机场型号
addDockEntity.setDeviceType(dock.getType().getType());
addDockEntity.setSubType(dock.getSubType().getSubType());
......
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