fix
This commit is contained in:
parent
c88a023d5d
commit
46efaec040
@ -21,7 +21,7 @@ public class ChartResultReq extends BasePage{
|
|||||||
private Long startId;
|
private Long startId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "等级",name = "scoreLevel")
|
@ApiModelProperty(value = "等级",name = "scoreLevel")
|
||||||
private Long scoreLevel;
|
private String scoreLevel;
|
||||||
|
|
||||||
private Long loginUserId;
|
private Long loginUserId;
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@ public class ChartStatistical {
|
|||||||
private String tip;
|
private String tip;
|
||||||
|
|
||||||
@ApiModelProperty(value = "等级",name = "scoreLevel")
|
@ApiModelProperty(value = "等级",name = "scoreLevel")
|
||||||
private Long scoreLevel;
|
private String scoreLevel;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -79,7 +79,7 @@ public interface ResultRecordMapper extends BaseMapper<ResultRecord> {
|
|||||||
|
|
||||||
List<ChartStatistical> countNumByScoreLevel(@Param("startId") Long startId,@Param("evaluationIds")List<Long> evaluationIds,@Param("departmentIds")List<String> departmentIds);
|
List<ChartStatistical> countNumByScoreLevel(@Param("startId") Long startId,@Param("evaluationIds")List<Long> evaluationIds,@Param("departmentIds")List<String> departmentIds);
|
||||||
|
|
||||||
List<ResultRecord> selectChartDetailList(@Param("page") IPage page, @Param("departmentIds") List<String> departmentIds, @Param("startId")Long startId,@Param("scoreLevel")Long scoreLevel);
|
List<ResultRecord> selectChartDetailList(@Param("page") IPage page, @Param("departmentIds") List<String> departmentIds, @Param("startId")Long startId,@Param("scoreLevel")String scoreLevel);
|
||||||
|
|
||||||
int batchDeleteByStartId(@Param("startId")Long startId);
|
int batchDeleteByStartId(@Param("startId")Long startId);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user