|
@@ -833,7 +833,7 @@
|
|
select * from cm_ross_challenge_round where userName=#{userName} and contestStatus=1
|
|
select * from cm_ross_challenge_round where userName=#{userName} and contestStatus=1
|
|
</select>
|
|
</select>
|
|
<select id="getcontestedInfo" resultType="com.caimei.model.vo.RossChallengeRoundVo">
|
|
<select id="getcontestedInfo" resultType="com.caimei.model.vo.RossChallengeRoundVo">
|
|
- select * from cm_ross_challenge_round where contestStatus=1
|
|
|
|
|
|
+ select * from cm_ross_challenge_round where contestStatus=1 and authUserId=#{authUserId}
|
|
</select>
|
|
</select>
|
|
<select id="getcontestedInfoByUserName" resultType="com.caimei.model.vo.RossChallengeRoundVo">
|
|
<select id="getcontestedInfoByUserName" resultType="com.caimei.model.vo.RossChallengeRoundVo">
|
|
select * from cm_ross_challenge_round where userName=#{mobile}
|
|
select * from cm_ross_challenge_round where userName=#{mobile}
|