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
ba7de414
Commit
ba7de414
authored
Oct 11, 2024
by
tangfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改余额为0的处理,
添加银行卡空指针问题
parent
d92584e4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
CompanyServiceImpl.java
...ngding/web/authority/service/impl/CompanyServiceImpl.java
+0
-1
FinanceServiceImpl.java
...ngding/web/authority/service/impl/FinanceServiceImpl.java
+5
-1
bootstrap-dev.yml
src/main/resources/bootstrap-dev.yml
+2
-2
No files found.
src/main/java/com/pangding/web/authority/service/impl/CompanyServiceImpl.java
View file @
ba7de414
...
...
@@ -242,7 +242,6 @@ public class CompanyServiceImpl implements CompanyService {
GetEmptyRolesReqVo
getEmptyRolesReqVo
=
new
GetEmptyRolesReqVo
();
List
<
RoleVo
>
roleVoList
=
roleDao
.
getEmptyRoles
(
getEmptyRolesReqVo
);
resVo
.
setRoleVoList
(
roleVoList
);
System
.
out
.
println
(
"======1111====="
+
JsonHelper
.
serialize
(
resVo
));
return
resVo
;
}
...
...
src/main/java/com/pangding/web/authority/service/impl/FinanceServiceImpl.java
View file @
ba7de414
...
...
@@ -306,6 +306,10 @@ public class FinanceServiceImpl implements FinanceService {
public
Double
getServiceCharge1
(
CompanyResVo
companyResVo
,
double
money
)
{
// 提现手续费
double
serviceCharge
=
0
d
;
if
(
0
==
companyResVo
.
getServiceChargeStatus
())
{
// 无手续费
return
serviceCharge
;
}
// 该公司有优惠
switch
(
companyResVo
.
getServiceChargePayType
())
{
case
1
:
...
...
src/main/resources/bootstrap-dev.yml
View file @
ba7de414
eureka
:
client
:
service-url
:
defaultZone
:
http://1
92.168.100.2
:6800/eureka/
# defaultZone: http://1
0.150.2
.2:6800/eureka/
defaultZone
:
http://1
0.151.0.240
:6800/eureka/
# defaultZone: http://1
92.168.100
.2:6800/eureka/
yzg
:
logAll
:
true
PrintSql
:
true
...
...
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