Commit dcc3fc7c authored by lanbaoming's avatar lanbaoming

2024-07-03-2提交

parent 58a01b79
......@@ -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 {
......
......@@ -6,7 +6,6 @@ import lombok.*;
/*
客户看板请求参数
lanbm 2024-03-31 add
*/
@Schema(description = "管理后台 - 客户看板查询参数")
@Data
......
......@@ -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;//发货人业绩类型
......
......@@ -19,7 +19,7 @@ import java.util.Date;
public class SalesReportReq {
/*
时间区间中的月数 lanbm 2024-05-14 add
时间区间中的月数
*/
private long sumMonth;
......
......@@ -5,7 +5,6 @@ import lombok.Data;
import java.math.BigDecimal;
/*
lanbm 2024-05-09 add
*/
@Data
public class SalesReportRespShow {
......
......@@ -24,7 +24,7 @@ public class SalesReportBar {
private List<SalesReportRespAll> salesReportRespAll;
/*
记录总数 lanbm 2024-04-14 add
记录总数
*/
private long total;
}
......@@ -832,7 +832,7 @@ public class CustomerAnalysisImpl implements CustomerAnalysisService {
/*
lanbm 2024-05-15 修改提货率计算保留小数点的BUG
修改提货率计算保留小数点的BUG
*/
private String getIntPercentage(int number, int divisor) {
// 计算百分比
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment