|
|
@@ -182,6 +182,7 @@ public interface StoreInfoMapper extends BaseMapper<StoreInfo> {
|
|
|
"left join store_dictionary e on e.type_name = 'storeType' and e.dict_id = a.store_type and e.delete_flag = 0 " +
|
|
|
"${ew.customSqlSegment} " +
|
|
|
"and a.store_position is not null and a.store_position != '' " +
|
|
|
+ "and a.head_img_status = 1 " +
|
|
|
"order by distance3 asc")
|
|
|
List<StoreInfoVo> getMoreRecommendedStores(@Param(Constants.WRAPPER) QueryWrapper<StoreInfoVo> queryWrapper, @Param("position") String position);
|
|
|
|