瀏覽代碼

同步数据

刘俊驰 1 年之前
父節點
當前提交
1bab42c7a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cooleshow-user/user-biz/src/main/resources/config/mybatis/MusicSheetMapper.xml

+ 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>