刘俊驰 hai 1 ano
pai
achega
1bab42c7a2

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

@@ -970,7 +970,7 @@
     <select id="selectSyncPage" resultType="com.yonge.cooleshow.biz.dal.entity.MusicSheet">
         select *
         from music_sheet
-        where del_flag_ = 0 and audit_status_ = 'PASS' and id_ = 22
+        where del_flag_ = 0 and audit_status_ = 'PASS'
     </select>
     <!--单曲专辑数量统计-->
 </mapper>