|
|
@ -21,7 +21,7 @@ |
|
|
|
<result property="groupUserCount" column="GROUP_USER_COUNT"/> |
|
|
|
<result property="groupTopicCount" column="GROUP_TOPIC_COUNT"/> |
|
|
|
<result property="topicToIssueRatio" column="TOPIC_TO_ISSUE_RATIO"/> |
|
|
|
<result property="issueToProjectCount" column="ISSUE_TO_PROJECT_COUNT"/> |
|
|
|
<result property="groupActiveUserCount" column="GROUP_ACTIVE_USER_COUNT"/> |
|
|
|
<result property="delFlag" column="DEL_FLAG"/> |
|
|
|
<result property="revision" column="REVISION"/> |
|
|
|
<result property="createdBy" column="CREATED_BY"/> |
|
|
@ -56,7 +56,7 @@ |
|
|
|
GROUP_USER_COUNT, |
|
|
|
GROUP_TOPIC_COUNT, |
|
|
|
TOPIC_TO_ISSUE_RATIO, |
|
|
|
ISSUE_TO_PROJECT_COUNT, |
|
|
|
GROUP_ACTIVE_USER_COUNT, |
|
|
|
DEL_FLAG, |
|
|
|
REVISION, |
|
|
|
CREATED_BY, |
|
|
@ -83,7 +83,7 @@ |
|
|
|
#{item.groupUserCount}, |
|
|
|
#{item.groupTopicCount}, |
|
|
|
#{item.topicToIssueRatio}, |
|
|
|
#{item.issueToProjectCount}, |
|
|
|
#{item.groupActiveUserCount}, |
|
|
|
0, |
|
|
|
0, |
|
|
|
'APP_USER', |
|
|
|