|
|
@@ -45,7 +45,7 @@ public interface GoodsShopDao extends BaseMapper<GoodsShop> {
|
|
|
|
|
|
IPage<GoodsShop> selectSearch(Page<GoodsShop> pages, String impotr, Double lng, Double lat, String city);
|
|
|
|
|
|
- IPage<GoodsShop> selectShop(Page<GoodsShop> pages, Integer screen, Integer shopTypeId, Double lng, Double lat, String city, String impotr,Long activityId);
|
|
|
+ IPage<GoodsShop> selectShop(@Param("pages") Page<GoodsShop> pages, @Param("screen") Integer screen, @Param("shopTypeId") Integer shopTypeId, @Param("lng") Double lng, @Param("lat") Double lat, @Param("city") String city, @Param("impotr") String impotr, @Param("activityId") Long activityId, @Param("vipPromotion") String vipPromotion);
|
|
|
|
|
|
IPage<Evaluate> selectEvaluate(Page<Evaluate> pages, Long shopId, String goodsId, Integer grade);
|
|
|
|