JiangChongBo 2 tahun lalu
induk
melakukan
03e64b7b53
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. 1 3
      src/main/resources/mapper/AuthMapper.xml

+ 1 - 3
src/main/resources/mapper/AuthMapper.xml

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