Browse Source

/data/stats/screencoll/usertotaldata新增gridMemberTotal

dev_shibei_match
yinzuomei 4 years ago
parent
commit
c6c1f05d8b
  1. 6
      epmet-module/data-statistical/data-statistical-client/src/main/java/com/epmet/dto/screencoll/form/UserTotalDataFormDTO.java
  2. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenUserTotalDataDao.xml

6
epmet-module/data-statistical/data-statistical-client/src/main/java/com/epmet/dto/screencoll/form/UserTotalDataFormDTO.java

@ -64,8 +64,14 @@ public class UserTotalDataFormDTO implements Serializable {
*/
private Integer projectTotal;
/**
* 06.01新增orgType=agency或者grid的时候此列赋值:当前组织或者当前网格内的网格员人数
*/
private Integer gridMemberTotal;
/**
* 数据更新至: yyyy|yyyyMM|yyyyMMdd(08-21新增)
*/
private String dataEndTime;
}

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenUserTotalDataDao.xml

@ -25,6 +25,7 @@
TOPIC_TOTAL,
ISSUE_TOTAL,
PROJECT_TOTAL,
GRID_MEMBER_TOTAL,
DEL_FLAG,
REVISION,
CREATED_BY,
@ -47,6 +48,7 @@
#{item.topicTotal},
#{item.issueTotal},
#{item.projectTotal},
#{item.gridMemberTotal},
0,
0,
'APP_USER',

Loading…
Cancel
Save