|
|
@@ -87,8 +87,8 @@ public class PtlAgreementAttribution implements Serializable {
|
|
|
this.password = ptlAgreementAttributionDto.getPassword();
|
|
|
}
|
|
|
|
|
|
- public PtlAgreementAttribution(String agreementId, PtlInsAttributionTemplate ptlInsAttributionTemplate) {
|
|
|
- this.id = agreementId;
|
|
|
+ public PtlAgreementAttribution(PtlInsAttributionTemplate ptlInsAttributionTemplate) {
|
|
|
+ this.id = ptlInsAttributionTemplate.getId();
|
|
|
this.insCompanyId = ptlInsAttributionTemplate.getInsCompanyId();
|
|
|
this.insCompanyName = ptlInsAttributionTemplate.getInsCompanyName();
|
|
|
this.templateId = ptlInsAttributionTemplate.getId();
|