|
|
@@ -169,7 +169,7 @@ public class PtlInsAttributionTemplateServiceImpl extends ServiceImpl<PtlInsAttr
|
|
|
.eq(PtlInsAttributionTemplate::getApiType, ptlInsAttributionTemplateVo.getApiType())
|
|
|
.one();
|
|
|
AssertionUtils.isEmpty(ptlInsAttributionTemplate, "保险公司归属信息模板查询失败");
|
|
|
- ptlAgreementAttribution = new PtlAgreementAttribution(ptlInsAttributionTemplateVo.getAgreementId(), ptlInsAttributionTemplate);
|
|
|
+ ptlAgreementAttribution = new PtlAgreementAttribution( ptlInsAttributionTemplate);
|
|
|
}
|
|
|
return HttpResult.ok(ptlAgreementAttribution);
|
|
|
}
|