Browse Source

酷乐秀曲目来源改为内容平台

zouxuan 1 year ago
parent
commit
35c169bd08

+ 2 - 2
cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

@@ -964,8 +964,8 @@
     </select>
     <select id="get" resultType="com.yonge.cooleshow.biz.dal.entity.MusicSheet">
         select <include refid="Base_Column_List"/>
-        from music_sheet
-        where id_ = #{id}
+        from music_sheet t
+        where t.id_ = #{id}
     </select>
     <!--单曲专辑数量统计-->
 </mapper>