Compare commits
2 Commits
b4809cf94d
...
95b91299c9
| Author | SHA1 | Date |
|---|---|---|
|
|
95b91299c9 | |
|
|
a45dbfa9d2 |
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue