瀏覽代碼

更多推荐中 门店头图审核过滤

lutong 4 天之前
父節點
當前提交
a629f3cab8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      alien-entity/src/main/java/shop/alien/mapper/StoreInfoMapper.java

+ 1 - 0
alien-entity/src/main/java/shop/alien/mapper/StoreInfoMapper.java

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