Authored by chenchao

only control publish product

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