|
@@ -16,7 +16,7 @@ import java.util.List;
|
16
|
16
|
@Mapper
|
17
|
17
|
public interface StoreMapper extends BaseMapper<Store>{
|
18
|
18
|
|
19
|
|
- IPage<Store> getPageBy(IPage<Store> pg, @Param("name") String name, @Param("typeId") String typeId, @Param("isDish") Integer isDish);
|
|
19
|
+ IPage<Store> getPageBy(IPage<Store> pg, @Param("name") String name, @Param("typeId") String typeId, @Param("isDish") Integer isDish);
|
20
|
20
|
|
21
|
|
- List<Store> getListBy(@Param("name") String name, @Param("typeId") String typeId);
|
|
21
|
+ List<Store> getListBy(@Param("name") String name, @Param("typeId") String typeId, @Param("isDish") Integer isDish);
|
22
|
22
|
}
|