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
132d0dbe
Commit
132d0dbe
authored
Jul 20, 2019
by
tangf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加常量
parent
92ee709e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
RegisterServiceImpl.java
...gding/web/authority/service/impl/RegisterServiceImpl.java
+1
-0
AuthorityListByLevelResVo.java
...ing/web/authority/vo/resvo/AuthorityListByLevelResVo.java
+1
-0
bootstrap.yml
src/main/resources/bootstrap.yml
+1
-1
No files found.
src/main/java/com/pangding/web/authority/service/impl/RegisterServiceImpl.java
View file @
132d0dbe
...
@@ -568,6 +568,7 @@ public class RegisterServiceImpl implements RegisterService {
...
@@ -568,6 +568,7 @@ public class RegisterServiceImpl implements RegisterService {
companyBankReqVo
.
setId
(
StringHelper
.
getNewID
());
companyBankReqVo
.
setId
(
StringHelper
.
getNewID
());
companyBankReqVo
.
setValidateCode
(
reqVo
.
getVerifyCode
());
companyBankReqVo
.
setValidateCode
(
reqVo
.
getVerifyCode
());
companyReqVo
.
getBankList
().
add
(
companyBankReqVo
);
companyReqVo
.
getBankList
().
add
(
companyBankReqVo
);
ResponseResult
result
=
payFeign
.
setCompanyInfo
(
companyReqVo
);
ResponseResult
result
=
payFeign
.
setCompanyInfo
(
companyReqVo
);
if
(
null
==
result
||
!
"00"
.
equals
(
result
.
getCode
())){
if
(
null
==
result
||
!
"00"
.
equals
(
result
.
getCode
())){
throw
new
CodeException
(
"保存商户失败,请重试"
);
throw
new
CodeException
(
"保存商户失败,请重试"
);
...
...
src/main/java/com/pangding/web/authority/vo/resvo/AuthorityListByLevelResVo.java
View file @
132d0dbe
...
@@ -9,6 +9,7 @@ import java.util.List;
...
@@ -9,6 +9,7 @@ import java.util.List;
* @create 2019/5/30 18:10
* @create 2019/5/30 18:10
*/
*/
public
class
AuthorityListByLevelResVo
extends
AuthorityVo
{
public
class
AuthorityListByLevelResVo
extends
AuthorityVo
{
List
<
AuthorityListByLevelResVo
>
childList
;
List
<
AuthorityListByLevelResVo
>
childList
;
public
List
<
AuthorityListByLevelResVo
>
getChildList
()
{
public
List
<
AuthorityListByLevelResVo
>
getChildList
()
{
...
...
src/main/resources/bootstrap.yml
View file @
132d0dbe
spring
:
spring
:
profiles
:
profiles
:
active
:
dev
active
:
test
application
:
application
:
name
:
pd-user
name
:
pd-user
cloud
:
cloud
:
...
...
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