Authored by chenchao

only control publish product

... ... @@ -37,7 +37,6 @@ public class SellerAuthCheckService {
Integer level = slfb.getLevel();
switch (sellerFunc){
case BATCH_PUBLISH:
case BATCH_CHANGEPRICE:
if (CollectionUtils.isEmpty(funcIdList)
||!funcIdList.contains(sellerFunc.getCode())){
logger.warn("in checkAuth fail uid {} est {} level {}", uid, est, level);
... ...