|
@@ -12,7 +12,7 @@ import org.apache.ibatis.annotations.Update;
|
|
|
|
|
|
@Mapper
|
|
|
public interface MuseumPictureGroupMapper extends BaseMapperX<MuseumPictureGroupDO> {
|
|
|
- @Select("SELECT * FROM museum_picture_table WHERE id = #{id} AND deleted =0 ")
|
|
|
+ @Select("SELECT * FROM museum_picture_group WHERE id = #{id} AND deleted =0 ")
|
|
|
MuseumPictureGroupDO selectPictureGroupById(@Param("id") Integer id);
|
|
|
|
|
|
default PageResult<MuseumPictureGroupDO> selectMuseumPicturePage(MuseumPictureGroupPageReqVO pageReqVO) {
|