|
@ -28,6 +28,7 @@ |
|
|
<!-- 根据地区码查询用户参与数据 --> |
|
|
<!-- 根据地区码查询用户参与数据 --> |
|
|
<select id="selectUserJoinDataByAreaCode" resultType="com.epmet.evaluationindex.screen.dto.result.UserJoinIndicatorGrowthRateResultDTO"> |
|
|
<select id="selectUserJoinDataByAreaCode" resultType="com.epmet.evaluationindex.screen.dto.result.UserJoinIndicatorGrowthRateResultDTO"> |
|
|
SELECT |
|
|
SELECT |
|
|
|
|
|
scj.ID, |
|
|
IFNULL(avg( scj.JOIN_TOTAL ),0) AS total, |
|
|
IFNULL(avg( scj.JOIN_TOTAL ),0) AS total, |
|
|
IFNULL(ROUND( avg( scj.AVG_JOIN ), 1 ),0) AS averageJoin, |
|
|
IFNULL(ROUND( avg( scj.AVG_JOIN ), 1 ),0) AS averageJoin, |
|
|
IFNULL(avg( scj.JOIN_TOTAL_UP_RATE ),0) AS monthIncr, |
|
|
IFNULL(avg( scj.JOIN_TOTAL_UP_RATE ),0) AS monthIncr, |
|
|