Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
dcc3fc7c
Commit
dcc3fc7c
authored
Jul 03, 2024
by
lanbaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-07-03-2提交
parent
58a01b79
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
9 deletions
+6
-9
SalesReportControl.java
.../module/delivery/controller/admin/SalesReportControl.java
+1
-2
CustomerReportReq.java
...coder/yudao/module/delivery/entity/CustomerReportReq.java
+0
-1
SalesAnalysisResp.java
...coder/yudao/module/delivery/entity/SalesAnalysisResp.java
+2
-2
SalesReportReq.java
.../iocoder/yudao/module/delivery/entity/SalesReportReq.java
+1
-1
SalesReportRespShow.java
...der/yudao/module/delivery/entity/SalesReportRespShow.java
+0
-1
SalesReportBar.java
...oder/yudao/module/delivery/entity/bar/SalesReportBar.java
+1
-1
CustomerAnalysisImpl.java
...ao/module/delivery/service/Impl/CustomerAnalysisImpl.java
+1
-1
No files found.
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/controller/admin/SalesReportControl.java
View file @
dcc3fc7c
...
...
@@ -54,7 +54,7 @@ public class SalesReportControl {
}
/*
lanbm 2024-05-09
add 统计一段时间成交的客户数
add 统计一段时间成交的客户数
Get请求一定要注意参数类型
*/
@GetMapping
(
"/CustomerTargetCount"
)
...
...
@@ -81,7 +81,6 @@ public class SalesReportControl {
/*
图表分析统计结果
lanbm 2024-04-01 add
*/
@PostMapping
(
"/SalesReportList"
)
public
CommonResult
<
SalesReportCusTarget
>
SalesReportList
(
@RequestBody
SalesReportReq
Req
)
throws
ParseException
{
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/entity/CustomerReportReq.java
View file @
dcc3fc7c
...
...
@@ -6,7 +6,6 @@ import lombok.*;
/*
客户看板请求参数
lanbm 2024-03-31 add
*/
@Schema
(
description
=
"管理后台 - 客户看板查询参数"
)
@Data
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/entity/SalesAnalysisResp.java
View file @
dcc3fc7c
...
...
@@ -7,7 +7,7 @@ import lombok.Data;
import
lombok.NoArgsConstructor
;
/*
销售分析查询结果
lanbm 2024-04-02
销售分析查询结果
*/
@ApiModel
(
"管理后台-销售分析报表结果"
)
@Data
...
...
@@ -77,7 +77,7 @@ public class SalesAnalysisResp {
private
String
showResourceType
;
//显示资源类型,根据付款方来做逻辑判断
/*
业绩类型 新客户,老客户
lanbm 2024-04-29 add
业绩类型 新客户,老客户
*/
private
String
cfYeJiType
;
//收货人业绩类型
private
String
shYeJitype
;
//发货人业绩类型
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/entity/SalesReportReq.java
View file @
dcc3fc7c
...
...
@@ -19,7 +19,7 @@ import java.util.Date;
public
class
SalesReportReq
{
/*
时间区间中的月数
lanbm 2024-05-14 add
时间区间中的月数
*/
private
long
sumMonth
;
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/entity/SalesReportRespShow.java
View file @
dcc3fc7c
...
...
@@ -5,7 +5,6 @@ import lombok.Data;
import
java.math.BigDecimal
;
/*
lanbm 2024-05-09 add
*/
@Data
public
class
SalesReportRespShow
{
...
...
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/entity/bar/SalesReportBar.java
View file @
dcc3fc7c
...
...
@@ -24,7 +24,7 @@ public class SalesReportBar {
private
List
<
SalesReportRespAll
>
salesReportRespAll
;
/*
记录总数
lanbm 2024-04-14 add
记录总数
*/
private
long
total
;
}
yudao-module-delivery/yudao-module-delivery-rest/src/main/java/cn/iocoder/yudao/module/delivery/service/Impl/CustomerAnalysisImpl.java
View file @
dcc3fc7c
...
...
@@ -832,7 +832,7 @@ public class CustomerAnalysisImpl implements CustomerAnalysisService {
/*
lanbm 2024-05-15
修改提货率计算保留小数点的BUG
修改提货率计算保留小数点的BUG
*/
private
String
getIntPercentage
(
int
number
,
int
divisor
)
{
// 计算百分比
...
...
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