|
|
@@ -183,6 +183,8 @@ public class ImportCustomCreateFeeSMOImpl extends DefaultAbstractComponentSMO im
|
|
|
if (!ImportCustomCreateFeeDto.TYPE_CAR.equals(importCustomCreateFeeDto.getObjType())) {
|
|
|
continue;
|
|
|
}
|
|
|
+ importCustomCreateFeeDto.setCarNum(importCustomCreateFeeDto.getObjName());
|
|
|
+
|
|
|
cars.add(importCustomCreateFeeDto);
|
|
|
}
|
|
|
|
|
|
@@ -320,6 +322,10 @@ public class ImportCustomCreateFeeSMOImpl extends DefaultAbstractComponentSMO im
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ if (payFeePos.size() < 1) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
feeInnerServiceSMOImpl.saveFee(payFeePos);
|
|
|
|
|
|
feeAttrInnerServiceSMOImpl.saveFeeAttrs(feeAttrPos);
|