only control publish product
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -37,7 +37,6 @@ public class SellerAuthCheckService { | @@ -37,7 +37,6 @@ public class SellerAuthCheckService { | ||
37 | Integer level = slfb.getLevel(); | 37 | Integer level = slfb.getLevel(); |
38 | switch (sellerFunc){ | 38 | switch (sellerFunc){ |
39 | case BATCH_PUBLISH: | 39 | case BATCH_PUBLISH: |
40 | - case BATCH_CHANGEPRICE: | ||
41 | if (CollectionUtils.isEmpty(funcIdList) | 40 | if (CollectionUtils.isEmpty(funcIdList) |
42 | ||!funcIdList.contains(sellerFunc.getCode())){ | 41 | ||!funcIdList.contains(sellerFunc.getCode())){ |
43 | logger.warn("in checkAuth fail uid {} est {} level {}", uid, est, level); | 42 | logger.warn("in checkAuth fail uid {} est {} level {}", uid, est, level); |
-
Please register or login to post a comment