Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tcm-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
TCM
tcm-system
Commits
58410df2
Commit
58410df2
authored
Jul 24, 2019
by
zjy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user/role/tright 7.24
parent
d6cb54cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
CompanyServiceImpl.java
...ngding/web/authority/service/impl/CompanyServiceImpl.java
+1
-0
SaveCompanyResVo.java
...com/pangding/web/authority/vo/resvo/SaveCompanyResVo.java
+10
-0
No files found.
src/main/java/com/pangding/web/authority/service/impl/CompanyServiceImpl.java
View file @
58410df2
...
...
@@ -223,6 +223,7 @@ public class CompanyServiceImpl implements CompanyService {
/*保存公司主表*/
companyDao
.
create
(
companyVo1
);
resVo
.
setCompanyId
(
companyVo1
.
getId
());
resVo
.
setStatus
(
companyVo1
.
getStatus
());
/*保存银行卡表*/
List
<
CompanyBankReqVo
>
companyBankReqVoList
=
res
.
getBankList
();
...
...
src/main/java/com/pangding/web/authority/vo/resvo/SaveCompanyResVo.java
View file @
58410df2
...
...
@@ -15,6 +15,16 @@ public class SaveCompanyResVo {
private
String
userId
;
private
Integer
status
;
public
Integer
getStatus
()
{
return
status
;
}
public
void
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
}
public
String
getCompanyId
()
{
return
companyId
;
}
...
...
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