Ver código fonte

曲目列表接口优化

zouxuan 6 meses atrás
pai
commit
e05d9cf668

+ 2 - 2
mec-biz/src/main/java/com/ym/mec/biz/dal/dao/SysMusicScoreDao.java

@@ -37,7 +37,7 @@ public interface SysMusicScoreDao extends BaseDAO<Integer, SysMusicScore> {
 
     List<MusicSheetWrapper.CategoryMusicNumStat> getNumByCategoryIds(@Param("categoryIds") List<Integer> categoryIds);
 
-    List<MusicSheetWrapper.MusicSheetSimpleDto> queryPageSimple(@Param("params") Map<String, Object> params);
+    List<MusicSheetWrapper.MusicSheetSimpleDto> queryPageSimple(Map<String, Object> params);
 
-    int findCountSimple(@Param("params") Map<String, Object> params);
+    int findCountSimple(Map<String, Object> params);
 }