Browse Source

孔村大屏数据采集/data/stats/kcscreencoll/project/categorysummary,入参注释修改为一级类别id一级类别名称

dev_shibei_match
yinzuomei 5 years ago
parent
commit
09e0f8fbee
  1. 4
      epmet-module/data-statistical/data-statistical-client/src/main/java/com/epmet/dto/screencoll/form/KcCategorySummaryFormDTO.java
  2. 4
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/controller/DemoController.java
  3. 4
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/entity/evaluationindex/screen/ScreenKcProjectCategoryGridDailyEntity.java

4
epmet-module/data-statistical/data-statistical-client/src/main/java/com/epmet/dto/screencoll/form/KcCategorySummaryFormDTO.java

@ -36,12 +36,12 @@ public class KcCategorySummaryFormDTO implements Serializable {
private String allParentIds;
/**
* 类别id
* 一级类别id
*/
private String categoryId;
/**
* 分类名称
* 一级分类名称
*/
private String categoryName;

4
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/controller/DemoController.java

@ -168,9 +168,9 @@ public class DemoController {
// List<GridScoreDTO> gridScoreDTOList=gridScoreDao.selectList(formDTO);
// return new Result<List<GridScoreDTO>>().ok(gridScoreDTOList);
cpcIndexCalculateService.cpcIndexCalculate(formDTO);
// cpcIndexCalculateService.cpcIndexCalculate(formDTO);
gridCorreLationService.calculateGridCorreLation(formDTO);
deptScoreService.calculateDeptCorreLation(formDTO);
// deptScoreService.calculateDeptCorreLation(formDTO);
return new Result();
}
@DataSource(DataSourceConstant.EVALUATION_INDEX)

4
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/entity/evaluationindex/screen/ScreenKcProjectCategoryGridDailyEntity.java

@ -69,12 +69,12 @@ public class ScreenKcProjectCategoryGridDailyEntity extends BaseEpmetEntity {
private String allParentIds;
/**
* 类别id
* 一级类别id
*/
private String categoryId;
/**
* 分类名称
* 一级分类名称
*/
private String categoryName;

Loading…
Cancel
Save