|
|
@ -18,7 +18,7 @@ |
|
|
|
and tcc.rec_status = 0 |
|
|
|
and tcpp.project_id= #{projectId} |
|
|
|
and tcpp.compete_group_id =#{competeGroupId} |
|
|
|
GROUP BY tccs.final_score |
|
|
|
GROUP BY tccs.final_score DESC |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectGroupCount" resultType="com.ccsens.mt.bean.vo.ScoreVo$CompeteScore" parameterType="java.util.Map"> |
|
|
@ -32,9 +32,9 @@ |
|
|
|
WHERE tct.rec_status = 0 |
|
|
|
and tcso.rec_status=0 |
|
|
|
and tccs.rec_status =0 |
|
|
|
and and tct.project_id= #{projectId} |
|
|
|
and tct.project_id= #{projectId} |
|
|
|
and tct.compete_group_id = #{competeGroupId} |
|
|
|
GROUP BY tccs.final_score; |
|
|
|
GROUP BY tccs.final_score DESC |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectSingleVarity" resultType="com.ccsens.mt.bean.vo.ScoreVo$CompeteScore" parameterType="java.util.Map"> |
|
|
@ -54,7 +54,7 @@ |
|
|
|
and tcc.rec_status = 0 |
|
|
|
and tcpp.project_id= #{projectId} |
|
|
|
and tcpp.compete_group_id = #{competeGroupId} |
|
|
|
GROUP BY tcvs.score |
|
|
|
GROUP BY tcvs.score DESC |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="selectGroupVarity" resultType="com.ccsens.mt.bean.vo.ScoreVo$CompeteScore" parameterType="java.util.Map"> |
|
|
@ -68,9 +68,9 @@ |
|
|
|
WHERE tct.rec_status = 0 |
|
|
|
and tcso.rec_status=0 |
|
|
|
and tcvs.rec_status =0 |
|
|
|
and and tct.project_id= #{projectId} |
|
|
|
and tct.project_id= #{projectId} |
|
|
|
and tct.compete_group_id = #{competeGroupId} |
|
|
|
GROUP BY tcvs.score |
|
|
|
GROUP BY tcvs.score DESC |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|