This commit is contained in:
孙小云 2026-02-27 08:58:41 +08:00
commit b7fee49c77
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);
} }
} }