|
|
@@ -168,7 +168,6 @@ public class DistributeController {
|
|
|
* 获取平台分销比例
|
|
|
*/
|
|
|
@GetMapping("/get/plat")
|
|
|
- @SaCheckPermission("distribute:platRateView")
|
|
|
public Result<List<GoodsDon>> getGoodsDistributeRate() {
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(goodsDonMapper.selectList(Wrappers.lambdaQuery(GoodsDon.class).in(GoodsDon::getType, Constant.dsGoodsIds).eq(GoodsDon::getDeleted, true).orderByAsc(GoodsDon::getType).orderByAsc(GoodsDon::getId).select(GoodsDon::getId, GoodsDon::getType, GoodsDon::getTitle, GoodsDon::getRate, GoodsDon::getSecondRate)));
|
|
|
}
|
|
|
@@ -359,7 +358,6 @@ public class DistributeController {
|
|
|
* 绑定固定分销者的商务人员详情
|
|
|
*/
|
|
|
@GetMapping("/get/business/list")
|
|
|
- @SaCheckPermission("distribute:businessView")
|
|
|
public Result<SearchResult<DistributeBusinessView>> getDistributeBusinessView() {
|
|
|
long adminId = StpUtil.getLoginIdAsLong();
|
|
|
MapBuilder builder = MapUtils.flatBuilder(request.getParameterMap());
|