|
@@ -183,6 +183,7 @@ public interface StoreInfoMapper extends BaseMapper<StoreInfo> {
|
|
|
"${ew.customSqlSegment} " +
|
|
"${ew.customSqlSegment} " +
|
|
|
"and a.store_position is not null and a.store_position != '' " +
|
|
"and a.store_position is not null and a.store_position != '' " +
|
|
|
"and a.head_img_status = 1 " +
|
|
"and a.head_img_status = 1 " +
|
|
|
|
|
+ "and exists (select 1 from contract_bundle cb where cb.subject_type = 'store' and cb.subject_id = a.id and cb.status = '已签署') " +
|
|
|
"order by distance3 asc")
|
|
"order by distance3 asc")
|
|
|
List<StoreInfoVo> getMoreRecommendedStores(@Param(Constants.WRAPPER) QueryWrapper<StoreInfoVo> queryWrapper, @Param("position") String position);
|
|
List<StoreInfoVo> getMoreRecommendedStores(@Param(Constants.WRAPPER) QueryWrapper<StoreInfoVo> queryWrapper, @Param("position") String position);
|
|
|
|
|
|