feat:无人机类型增加类型唯一值

This commit is contained in:
gyb 2026-02-26 17:43:08 +08:00
parent 37e5837223
commit a45dbfa9d2
1 changed files with 2 additions and 0 deletions

View File

@ -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);
} }
} }