|
@@ -39,6 +39,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
|
+ * admin/小店店铺/银河后台
|
|
|
* @author zwhui
|
|
* @author zwhui
|
|
|
* @date 2023/9/14 16:42
|
|
* @date 2023/9/14 16:42
|
|
|
*/
|
|
*/
|
|
@@ -363,7 +364,7 @@ public class CmsYhShopGoodsController {
|
|
|
@GetMapping("/get/apply")
|
|
@GetMapping("/get/apply")
|
|
|
public Result<SearchResult<YhShopView>> getUserShopApply() {
|
|
public Result<SearchResult<YhShopView>> getUserShopApply() {
|
|
|
SearchResult<YhShopView> search = beanSearcher.search(YhShopView.class, MapUtils.flatBuilder(request.getParameterMap())
|
|
SearchResult<YhShopView> search = beanSearcher.search(YhShopView.class, MapUtils.flatBuilder(request.getParameterMap())
|
|
|
- .field(YhShopView::getIsApprove, false)
|
|
|
|
|
|
|
+ .field(YhShopView::getVerifyStatus, YhShop.Status.verify)
|
|
|
.build());
|
|
.build());
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(search);
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(search);
|
|
|
}
|
|
}
|