Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_ht
Overview
Overview
Details
Activity
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
pseer
gxpt_ht
Commits
adae93c7
Commit
adae93c7
authored
Aug 15, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'refs/heads/test'
parents
d63d5714
fcbb8d11
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
RechargeServiceImpl.java
...n/java/share/system/service/impl/RechargeServiceImpl.java
+3
-1
No files found.
share-system/src/main/java/share/system/service/impl/RechargeServiceImpl.java
View file @
adae93c7
...
@@ -181,6 +181,8 @@ public class RechargeServiceImpl extends ServiceImpl<RechargeMapper, Recharge> i
...
@@ -181,6 +181,8 @@ public class RechargeServiceImpl extends ServiceImpl<RechargeMapper, Recharge> i
consumerWalletService
.
editConsumerWallet
(
consumerWallet
,
recharge
,
one
);
consumerWalletService
.
editConsumerWallet
(
consumerWallet
,
recharge
,
one
);
}
}
}
}
one
.
setIsRecharge
(
YesNoEnum
.
yes
.
getIndex
());
consumerMemberService
.
updateConsumerMember
(
one
);
}
}
updateRecharge
(
recharge
);
updateRecharge
(
recharge
);
}
}
...
@@ -249,6 +251,7 @@ public class RechargeServiceImpl extends ServiceImpl<RechargeMapper, Recharge> i
...
@@ -249,6 +251,7 @@ public class RechargeServiceImpl extends ServiceImpl<RechargeMapper, Recharge> i
if
(
ObjectUtil
.
isEmpty
(
byId
))
{
if
(
ObjectUtil
.
isEmpty
(
byId
))
{
throw
new
BaseException
(
"充值模板异常"
);
throw
new
BaseException
(
"充值模板异常"
);
}
}
recharge
.
setRechargeAmount
(
byId
.
getRechargeAmount
());
if
(
byId
.
getGiveType
().
contains
(
GiveTypeEnum
.
AMOUNT
.
getIndex
()))
{
if
(
byId
.
getGiveType
().
contains
(
GiveTypeEnum
.
AMOUNT
.
getIndex
()))
{
recharge
.
setGiveAmount
(
byId
.
getGiveAmount
());
recharge
.
setGiveAmount
(
byId
.
getGiveAmount
());
}
else
{
}
else
{
...
@@ -265,7 +268,6 @@ public class RechargeServiceImpl extends ServiceImpl<RechargeMapper, Recharge> i
...
@@ -265,7 +268,6 @@ public class RechargeServiceImpl extends ServiceImpl<RechargeMapper, Recharge> i
}
else
{
}
else
{
recharge
.
setGiveIntegral
(
BigDecimal
.
ZERO
);
recharge
.
setGiveIntegral
(
BigDecimal
.
ZERO
);
}
}
recharge
.
setRechargeAmount
(
byId
.
getRechargeAmount
());
recharge
.
setGiveType
(
byId
.
getGiveType
());
recharge
.
setGiveType
(
byId
.
getGiveType
());
recharge
.
setStatus
(
YesNoEnum
.
no
.
getIndex
());
recharge
.
setStatus
(
YesNoEnum
.
no
.
getIndex
());
recharge
.
setConsumerId
(
user
.
getId
());
recharge
.
setConsumerId
(
user
.
getId
());
...
...
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