Merge branch 'main' of http://th.local.t-aaron.com:13000/THENG/a-tuoheng-device
This commit is contained in:
commit
b7fee49c77
|
|
@ -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