|
|
|
@ -756,6 +756,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
String productGroupId2 = inData.getProductGroupId2() == null ? "" : inData.getProductGroupId2(); |
|
|
|
String productGroupId3 = inData.getProductGroupId3() == null ? "" : inData.getProductGroupId3(); |
|
|
|
String productGroupId4 = inData.getProductGroupId4() == null ? "" : inData.getProductGroupId4(); |
|
|
|
String commGroup3 = inData.getCommGroup3() == null ? "" : inData.getCommGroup3(); |
|
|
|
String hazardCode = inData.getHazardCode() == null ? "" : inData.getHazardCode(); |
|
|
|
String assetClass = inData.getAssetClass() == null ? "" : inData.getAssetClass(); |
|
|
|
String partStatus = inData.getPartStatus() == null ? "" : inData.getPartStatus(); |
|
|
|
@ -777,6 +778,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
params.add(productGroupId2); |
|
|
|
params.add(productGroupId3); |
|
|
|
params.add(productGroupId4); |
|
|
|
params.add(commGroup3); |
|
|
|
params.add(hazardCode); |
|
|
|
params.add(assetClass); |
|
|
|
params.add(partStatus); |
|
|
|
@ -1262,6 +1264,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
String productGroupId2 = inData.getProductGroupId2() == null ? "" : inData.getProductGroupId2(); |
|
|
|
String productGroupId3 = inData.getProductGroupId3() == null ? "" : inData.getProductGroupId3(); |
|
|
|
String productGroupId4 = inData.getProductGroupId4() == null ? "" : inData.getProductGroupId4(); |
|
|
|
String commGroup3 = inData.getCommGroup3() == null ? "" : inData.getCommGroup3(); |
|
|
|
String hazardCode = inData.getHazardCode() == null ? "" : inData.getHazardCode(); |
|
|
|
String assetClass = inData.getAssetClass() == null ? "" : inData.getAssetClass(); |
|
|
|
String partStatus = inData.getPartStatus() == null ? "" : inData.getPartStatus(); |
|
|
|
@ -1283,6 +1286,7 @@ public class PartInformationServiceImpl extends ServiceImpl<PartInformationMappe |
|
|
|
params.add(productGroupId2); |
|
|
|
params.add(productGroupId3); |
|
|
|
params.add(productGroupId4); |
|
|
|
params.add(commGroup3); |
|
|
|
params.add(hazardCode); |
|
|
|
params.add(assetClass); |
|
|
|
params.add(partStatus); |
|
|
|
|