Merge branch 'master-prod-new' into master-test
* master-prod-new:
添加查询参数
新增职业字段
添加查询方法
增加查询数据
| | |
| | | private Integer isPerformanceEmp; |
| | | /**员工角色唯一标识数组*/ |
| | | private List<String> roleList; |
| | | /**类型*/ |
| | | |
| | | |
| | | /**查询类型*/ |
| | | private Integer type; |
| | | /**开始时间*/ |
| | | private String startTime; |
| | | /**结束时间*/ |
| | | private String endTime; |
| | | } |
| | |
| | | //次要诉求 |
| | | private String minorAppeal; |
| | | |
| | | //职业 |
| | | private String professionName; |
| | | |
| | | |
| | | public String getUserId() { |
| | | return userId; |
| | |
| | | public void setMinorAppeal(String minorAppeal) { |
| | | this.minorAppeal = minorAppeal; |
| | | } |
| | | |
| | | public String getProfessionName() { |
| | | return professionName; |
| | | } |
| | | |
| | | public void setProfessionName(String professionName) { |
| | | this.professionName = professionName; |
| | | } |
| | | } |
| | |
| | | Result oldNewReport(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /** |
| | | * 咨询师-老带新业绩排名第一的员工 |
| | | */ |
| | | @PostMapping("/admin/export/employee/oldNew/top/employee") |
| | | Result oldNewReportTopEmployee(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /** |
| | | * 咨询师-预约周期报表 |
| | | */ |
| | | @PostMapping("/admin/export/employee/cycle/week/list") |
| | |
| | | private Integer pageNum; |
| | | /**当前页显示条数*/ |
| | | private Integer pageSize; |
| | | /**关键字*/ |
| | | private String keyWord; |
| | | |
| | | /**对比照标识*/ |
| | | private String id; |
| | |
| | | |
| | | /**用户項目标识*/ |
| | | private String userProjectItemId; |
| | | |
| | | |
| | | |
| | | public Integer getPageNum() { |
| | | if(pageNum == null){ |
| | |
| | | @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="GMT+8") |
| | | private Date lastEndTime; |
| | | |
| | | /**是否可用增值金结账*/ |
| | | private Integer useIncrement; |
| | | /**是否可用优惠券结账*/ |
| | | private Integer useCoupon; |
| | | /**类型-卡项*/ |
| | | public static final Integer LIMIT_CARD_ITEM = 0; |
| | | /**类型-促销*/ |