Browse Source

Merge remote-tracking branch 'remotes/origin/dev_screen_data_2.0' into dev_temp

master
jianjun 5 years ago
parent
commit
6d1299fb6e
  1. 4
      epmet-module/data-report/data-report-server/src/main/java/com/epmet/datareport/controller/screen/DistributionController.java

4
epmet-module/data-report/data-report-server/src/main/java/com/epmet/datareport/controller/screen/DistributionController.java

@ -39,7 +39,7 @@ public class DistributionController {
}
/**
* @Description 2用户分布 只显示 screen_customer_biz_org 表中存在的orgId的数据
* @Description 2用户分布 只显示 is_display = 1 的数据
* @param userFormDTO
* @author zxc
* @date 2020/8/18 11:10 上午
@ -51,7 +51,7 @@ public class DistributionController {
}
/**
* @Description 3党员分布 只显示 screen_customer_biz_org 表中存在的orgId的数据
* @Description 3党员分布 只显示 is_display = 1 的数据
* @param parymemberFormDTO
* @author zxc
* @date 2020/8/18 11:20 上午

Loading…
Cancel
Save