Commit 03bb9c10 authored by tangtuo's avatar tangtuo

debug

parent 2e38b0d7
...@@ -298,7 +298,7 @@ public class CopyrightRequest { ...@@ -298,7 +298,7 @@ public class CopyrightRequest {
public Owner(CopyrightApplyOwnerRelation copyrightOwner) { public Owner(CopyrightApplyOwnerRelation copyrightOwner) {
this.address = copyrightOwner.getProvince() + copyrightOwner.getCity(); this.address = copyrightOwner.getProvince() + copyrightOwner.getCity();
this.back_photo = copyrightOwner.getBackPhoto(); this.back_photo = copyrightOwner.getPositivePhoto();
this.city = copyrightOwner.getCity(); this.city = copyrightOwner.getCity();
this.city_id = copyrightOwner.getCityCode(); this.city_id = copyrightOwner.getCityCode();
this.company_photo = copyrightOwner.getCertificatesPhoto(); this.company_photo = copyrightOwner.getCertificatesPhoto();
...@@ -307,7 +307,7 @@ public class CopyrightRequest { ...@@ -307,7 +307,7 @@ public class CopyrightRequest {
CertificatesType certificatesType = CertificatesType.getByType(copyrightOwner.getIdType()); CertificatesType certificatesType = CertificatesType.getByType(copyrightOwner.getIdType());
this.document_type_code = certificatesType.getCode(); this.document_type_code = certificatesType.getCode();
this.document_type_name = certificatesType.getValue(); this.document_type_name = certificatesType.getValue();
this.front_photo = copyrightOwner.getPositivePhoto(); this.front_photo = copyrightOwner.getBackPhoto();
this.handheld_photo = copyrightOwner.getPersonalPhoto(); this.handheld_photo = copyrightOwner.getPersonalPhoto();
this.is_forever = copyrightOwner.getIsEffective() == 1 ? 1 : 2; this.is_forever = copyrightOwner.getIsEffective() == 1 ? 1 : 2;
this.owner_name = copyrightOwner.getOwner(); this.owner_name = copyrightOwner.getOwner();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment