|
|
@@ -230,7 +230,7 @@ public class PtlSchemeSaveVo {
|
|
|
result.append("包含");
|
|
|
for(int i=0;i<minArray.length;i++) {
|
|
|
int finalI = i;
|
|
|
- PtlAgreementUndwrtRulesDictLabal ptlAgreementUndwrtRulesDictLabal = ptlAgreementUndwrtRulesAttr.getDictLabal().stream()
|
|
|
+ PtlAgreementUndwrtRulesDictLabal ptlAgreementUndwrtRulesDictLabal = ptlAgreementProductCostsAttrLink.getDictLabal().stream()
|
|
|
.filter(x -> x.getCode().equals(minArray[finalI])).findAny().get();
|
|
|
result.append(ptlAgreementUndwrtRulesDictLabal.getName());
|
|
|
}
|