|
@@ -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);
|
|
|
}
|