Compare commits

...

2 Commits

Author SHA1 Message Date
gyb 95b91299c9 Merge remote-tracking branch 'origin/main' 2026-02-26 17:43:22 +08:00
gyb a45dbfa9d2 feat:无人机类型增加类型唯一值 2026-02-26 17:43:08 +08:00
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()))
{
airTypeGeneralEnumVO.generateTypeCode();
vendorAirTypes.add(airTypeGeneralEnumVO);
}
}
@ -128,6 +129,7 @@ public class DeviceAirTypeGeneralEnumController extends BaseController
{
if (dictData.getDictValue().equals(airTypeGeneralEnumVO.getVendorId().toString()))
{
airTypeGeneralEnumVO.generateTypeCode();
vendorAirTypes.add(airTypeGeneralEnumVO);
}
}