Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
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
youjj
cloud-platform
Commits
12ddcdaf
Commit
12ddcdaf
authored
Jul 12, 2019
by
libin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
佣金明细
parent
1e8e917b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
SellingWaterVo.java
.../com/github/wxiaoqi/security/admin/vo/SellingWaterVo.java
+2
-0
AppUserSellingWaterBiz.java
...ub/wxiaoqi/security/admin/biz/AppUserSellingWaterBiz.java
+2
-2
No files found.
ace-modules/ace-admin-api/src/main/java/com/github/wxiaoqi/security/admin/vo/SellingWaterVo.java
View file @
12ddcdaf
...
@@ -47,6 +47,8 @@ public class SellingWaterVo {
...
@@ -47,6 +47,8 @@ public class SellingWaterVo {
@ApiModelProperty
(
value
=
"更新时间"
,
hidden
=
true
)
@ApiModelProperty
(
value
=
"更新时间"
,
hidden
=
true
)
private
Integer
updTime
;
private
Integer
updTime
;
private
Integer
waiting
;
/**
/**
* 所获佣金
* 所获佣金
*/
*/
...
...
ace-modules/ace-admin/src/main/java/com/github/wxiaoqi/security/admin/biz/AppUserSellingWaterBiz.java
View file @
12ddcdaf
...
@@ -264,8 +264,8 @@ public class AppUserSellingWaterBiz extends BaseBiz<AppUserSellingWaterMapper,Ap
...
@@ -264,8 +264,8 @@ public class AppUserSellingWaterBiz extends BaseBiz<AppUserSellingWaterMapper,Ap
totalIncome
=
total
.
subtract
(
refund
);
totalIncome
=
total
.
subtract
(
refund
);
}
}
sellingWaterPagVo
.
setPageNum
(
appUserSellingWaterPageDataVO
.
getPageNum
()
);
sellingWaterPagVo
.
setPageNum
(
pageNo
);
sellingWaterPagVo
.
setPageSize
(
appUserSellingWaterPageDataVO
.
getPageSize
()
);
sellingWaterPagVo
.
setPageSize
(
pageSize
);
sellingWaterPagVo
.
setTotalCount
(
appUserSellingWaterPageDataVO
.
getTotalCount
().
intValue
());
sellingWaterPagVo
.
setTotalCount
(
appUserSellingWaterPageDataVO
.
getTotalCount
().
intValue
());
sellingWaterPagVo
.
setTotalPage
(
appUserSellingWaterPageDataVO
.
getTotalPage
());
sellingWaterPagVo
.
setTotalPage
(
appUserSellingWaterPageDataVO
.
getTotalPage
());
sellingWaterPagVo
.
setTotalIncome
(
totalIncome
);
sellingWaterPagVo
.
setTotalIncome
(
totalIncome
);
...
...
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