Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fzm-joying
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lei
fzm-joying
Commits
03bb9c10
Commit
03bb9c10
authored
Jan 11, 2022
by
tangtuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
2e38b0d7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CopyrightRequest.java
...main/java/com/fzm/common/entity/dto/CopyrightRequest.java
+2
-2
No files found.
joying-common/src/main/java/com/fzm/common/entity/dto/CopyrightRequest.java
View file @
03bb9c10
...
...
@@ -298,7 +298,7 @@ public class CopyrightRequest {
public
Owner
(
CopyrightApplyOwnerRelation
copyrightOwner
)
{
this
.
address
=
copyrightOwner
.
getProvince
()
+
copyrightOwner
.
getCity
();
this
.
back_photo
=
copyrightOwner
.
get
Back
Photo
();
this
.
back_photo
=
copyrightOwner
.
get
Positive
Photo
();
this
.
city
=
copyrightOwner
.
getCity
();
this
.
city_id
=
copyrightOwner
.
getCityCode
();
this
.
company_photo
=
copyrightOwner
.
getCertificatesPhoto
();
...
...
@@ -307,7 +307,7 @@ public class CopyrightRequest {
CertificatesType
certificatesType
=
CertificatesType
.
getByType
(
copyrightOwner
.
getIdType
());
this
.
document_type_code
=
certificatesType
.
getCode
();
this
.
document_type_name
=
certificatesType
.
getValue
();
this
.
front_photo
=
copyrightOwner
.
get
Positive
Photo
();
this
.
front_photo
=
copyrightOwner
.
get
Back
Photo
();
this
.
handheld_photo
=
copyrightOwner
.
getPersonalPhoto
();
this
.
is_forever
=
copyrightOwner
.
getIsEffective
()
==
1
?
1
:
2
;
this
.
owner_name
=
copyrightOwner
.
getOwner
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment