feat:无人机类型增加类型唯一值
This commit is contained in:
parent
37e5837223
commit
a45dbfa9d2
|
|
@ -84,6 +84,7 @@ public class DeviceAirTypeGeneralEnumController extends BaseController
|
||||||
{
|
{
|
||||||
if (dictData.getDictValue().equals(airTypeGeneralEnumVO.getVendorId().toString()))
|
if (dictData.getDictValue().equals(airTypeGeneralEnumVO.getVendorId().toString()))
|
||||||
{
|
{
|
||||||
|
airTypeGeneralEnumVO.generateTypeCode();
|
||||||
vendorAirTypes.add(airTypeGeneralEnumVO);
|
vendorAirTypes.add(airTypeGeneralEnumVO);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -128,6 +129,7 @@ public class DeviceAirTypeGeneralEnumController extends BaseController
|
||||||
{
|
{
|
||||||
if (dictData.getDictValue().equals(airTypeGeneralEnumVO.getVendorId().toString()))
|
if (dictData.getDictValue().equals(airTypeGeneralEnumVO.getVendorId().toString()))
|
||||||
{
|
{
|
||||||
|
airTypeGeneralEnumVO.generateTypeCode();
|
||||||
vendorAirTypes.add(airTypeGeneralEnumVO);
|
vendorAirTypes.add(airTypeGeneralEnumVO);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue