Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_backend
Commits
98c34270
Commit
98c34270
authored
Jul 17, 2024
by
shiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
计算介绍佣金4
parent
80ec3ed7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ch-admin-api/src/main/java/com/wwdz/ch/admin/impl/SysUserBillServiceImpl.java
...n/java/com/wwdz/ch/admin/impl/SysUserBillServiceImpl.java
+1
-1
ch-wx-api/src/main/java/com/wwdz/ch/wx/impl/distribution/UserBillServiceImpl.java
...com/wwdz/ch/wx/impl/distribution/UserBillServiceImpl.java
+1
-1
No files found.
ch-admin-api/src/main/java/com/wwdz/ch/admin/impl/SysUserBillServiceImpl.java
View file @
98c34270
...
@@ -131,7 +131,7 @@ public class SysUserBillServiceImpl implements SysUserBillService {
...
@@ -131,7 +131,7 @@ public class SysUserBillServiceImpl implements SysUserBillService {
UserBill
updateBill
=
new
UserBill
();
UserBill
updateBill
=
new
UserBill
();
long
newTotalWaitEntryAmount
=
userBill
.
getTotalWaitEntryAmount
()
-
amount
;
long
newTotalWaitEntryAmount
=
userBill
.
getTotalWaitEntryAmount
()
-
amount
;
long
newIntroduceWaitEntryAmount
=
userBill
.
getIntroduceWaitEntryAmount
()
-
amount
;
long
newIntroduceWaitEntryAmount
=
userBill
.
getIntroduceWaitEntryAmount
()
-
amount
;
long
newIntroduceEntryAmount
=
userBill
.
getIntroduce
Wait
EntryAmount
()
+
amount
;
long
newIntroduceEntryAmount
=
userBill
.
getIntroduceEntryAmount
()
+
amount
;
long
newTotalEntryAmount
=
userBill
.
getTotalEntryAmount
()
+
amount
;
long
newTotalEntryAmount
=
userBill
.
getTotalEntryAmount
()
+
amount
;
updateBill
.
setId
(
userBill
.
getId
());
updateBill
.
setId
(
userBill
.
getId
());
updateBill
.
setTotalWaitEntryAmount
(
newTotalWaitEntryAmount
);
updateBill
.
setTotalWaitEntryAmount
(
newTotalWaitEntryAmount
);
...
...
ch-wx-api/src/main/java/com/wwdz/ch/wx/impl/distribution/UserBillServiceImpl.java
View file @
98c34270
...
@@ -137,7 +137,7 @@ public class UserBillServiceImpl implements UserBillService {
...
@@ -137,7 +137,7 @@ public class UserBillServiceImpl implements UserBillService {
newBill
.
setBillId
(
billId
);
newBill
.
setBillId
(
billId
);
newBill
.
setAccountPeriod
(
accountPeriod
);
newBill
.
setAccountPeriod
(
accountPeriod
);
newBill
.
setUserId
(
userId
);
newBill
.
setUserId
(
userId
);
newBill
.
setTotalWaitEntryAmount
(
0L
);
newBill
.
setTotalWaitEntryAmount
(
amount
);
newBill
.
setTotalEntryAmount
(
0L
);
newBill
.
setTotalEntryAmount
(
0L
);
newBill
.
setOrderWaitEntryAmount
(
0L
);
newBill
.
setOrderWaitEntryAmount
(
0L
);
newBill
.
setOrderEntryAmount
(
0L
);
newBill
.
setOrderEntryAmount
(
0L
);
...
...
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