|
|
|
@ -187,6 +187,8 @@ public class HighGasClassGroupTaskController { |
|
|
|
|
|
|
|
|
|
if (userInfoModel.getSecUser().getObjectType().equals(UserObjectTypeEnum.type3.getType())) { |
|
|
|
|
param.put("merchantStoreId", userInfoModel.getMerchantStore().getId()); |
|
|
|
|
} else if (userInfoModel.getSecUser().getObjectType().equals(UserObjectTypeEnum.type8.getType())) { |
|
|
|
|
param.put("merchantStoreId", userInfoModel.getMerchantStore().getId()); |
|
|
|
|
} else { |
|
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.COMPETENCE_INSUFFICIENT, ""); |
|
|
|
|
} |
|
|
|
|