|
@@ -830,6 +830,9 @@
|
|
|
<select id="getcontestedInfo" resultType="com.caimei.model.vo.RossChallengeRoundVo">
|
|
|
select * from cm_ross_challenge_round where contestStatus=1
|
|
|
</select>
|
|
|
+ <select id="getcontestedInfoByUserName" resultType="com.caimei.model.vo.RossChallengeRoundVo">
|
|
|
+ select * from cm_ross_challenge_round where userName=#{mobile}
|
|
|
+ </select>
|
|
|
<select id="getVideoAll" resultType="com.caimei.model.vo.RossChallengeVideo">
|
|
|
select cr.*,cba.authParty from cm_ross_challenge_video cr
|
|
|
left join cm_brand_auth cba on cr.authId=cba.id
|