[INFO]
[INFO] ----------------< com.bcxin:tenant-open-infrastructure >----------------
[INFO] Building tenant-open-infrastructure 1.0.0 [3/19]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ tenant-open-infrastructure ---
[INFO] Deleting /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/target
[INFO]
[INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ tenant-open-infrastructure ---
[INFO] Copying 0 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ tenant-open-infrastructure ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 131 source files to /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/target/classes
[INFO] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/events/ObjectEvent.java: Some input files use unchecked or unsafe operations.
[INFO] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/events/ObjectEvent.java: Recompile with -Xlint:unchecked for details.
[INFO] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/constants/BusinessConstants.java:[32,27] method isEmptyValue(java.lang.String) is already defined in class com.bcxin.tenant.open.infrastructures.constants.BusinessConstants
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/LocationAddressValueType.java:[27,25] cannot find symbol
symbol: method setCountry(java.lang.String)
location: variable addressValueType of type com.bcxin.tenant.open.infrastructures.valueTypes.LocationAddressValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/LocationAddressValueType.java:[28,25] cannot find symbol
symbol: method setProvince(java.lang.String)
location: variable addressValueType of type com.bcxin.tenant.open.infrastructures.valueTypes.LocationAddressValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/LocationAddressValueType.java:[29,25] cannot find symbol
symbol: method setCountry(java.lang.String)
location: variable addressValueType of type com.bcxin.tenant.open.infrastructures.valueTypes.LocationAddressValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/LocationAddressValueType.java:[30,25] cannot find symbol
symbol: method setDistrict(java.lang.String)
location: variable addressValueType of type com.bcxin.tenant.open.infrastructures.valueTypes.LocationAddressValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/LocationAddressValueType.java:[31,25] cannot find symbol
symbol: method setStreet(java.lang.String)
location: variable addressValueType of type com.bcxin.tenant.open.infrastructures.valueTypes.LocationAddressValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/LocationAddressValueType.java:[32,25] cannot find symbol
symbol: method setStreetNum(java.lang.String)
location: variable addressValueType of type com.bcxin.tenant.open.infrastructures.valueTypes.LocationAddressValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/LocationAddressValueType.java:[33,25] cannot find symbol
symbol: method setPoiName(java.lang.String)
location: variable addressValueType of type com.bcxin.tenant.open.infrastructures.valueTypes.LocationAddressValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/LocationAddressValueType.java:[34,25] cannot find symbol
symbol: method setCityCode(java.lang.String)
location: variable addressValueType of type com.bcxin.tenant.open.infrastructures.valueTypes.LocationAddressValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/snapshoots/RoomDispatchSnapshoot.java:[18,13] cannot find symbol
symbol: method setReasonType(com.bcxin.tenant.open.infrastructures.enums.DispatchReasonType)
location: variable poJo of type com.bcxin.tenant.open.infrastructures.snapshoots.RoomDispatchSnapshoot
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/snapshoots/RoomDispatchSnapshoot.java:[19,13] cannot find symbol
symbol: method setReferenceNumber(java.lang.String)
location: variable poJo of type com.bcxin.tenant.open.infrastructures.snapshoots.RoomDispatchSnapshoot
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/snapshoots/RoomDispatchSnapshoot.java:[20,13] cannot find symbol
symbol: method setRoomId(java.lang.Long)
location: variable poJo of type com.bcxin.tenant.open.infrastructures.snapshoots.RoomDispatchSnapshoot
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/snapshoots/RoomDispatchSnapshoot.java:[21,13] cannot find symbol
symbol: method setEmployeeIds(java.util.Collection<java.lang.String>)
location: variable poJo of type com.bcxin.tenant.open.infrastructures.snapshoots.RoomDispatchSnapshoot
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/models/AgentHeaderOptionValue.java:[23,20] cannot find symbol
symbol: method setAgent(java.lang.String)
location: variable optionValue of type com.bcxin.tenant.open.infrastructures.models.AgentHeaderOptionValue
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/models/AgentHeaderOptionValue.java:[24,20] cannot find symbol
symbol: method setDevice(java.lang.String)
location: variable optionValue of type com.bcxin.tenant.open.infrastructures.models.AgentHeaderOptionValue
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/models/AgentHeaderOptionValue.java:[25,20] cannot find symbol
symbol: method setComId(java.lang.String)
location: variable optionValue of type com.bcxin.tenant.open.infrastructures.models.AgentHeaderOptionValue
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/models/AgentHeaderOptionValue.java:[26,20] cannot find symbol
symbol: method setEmpId(java.lang.String)
location: variable optionValue of type com.bcxin.tenant.open.infrastructures.models.AgentHeaderOptionValue
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/models/AgentHeaderOptionValue.java:[27,20] cannot find symbol
symbol: method setActionCode(java.lang.String)
location: variable optionValue of type com.bcxin.tenant.open.infrastructures.models.AgentHeaderOptionValue
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/models/AgentHeaderOptionValue.java:[33,13] cannot find symbol
symbol: method setTag(java.lang.String)
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/events/ObjectEvent.java:[11,13] cannot find symbol
symbol: method setData(<nulltype>)
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/events/ObjectEvent.java:[16,14] cannot find symbol
symbol: method setData(T)
location: variable event of type com.bcxin.tenant.open.infrastructures.events.ObjectEvent
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/models/DataItemOption.java:[20,50] cannot find symbol
symbol: method getChildren()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/models/DataItemOption.java:[26,13] cannot find symbol
symbol: method setChildren(java.util.Collection<com.bcxin.tenant.open.infrastructures.models.DataItemOption>)
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/models/DataItemOption.java:[31,15] cannot find symbol
symbol: method setText(java.lang.String)
location: variable option of type com.bcxin.tenant.open.infrastructures.models.DataItemOption
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/models/DataItemOption.java:[32,15] cannot find symbol
symbol: method setValue(java.lang.String)
location: variable option of type com.bcxin.tenant.open.infrastructures.models.DataItemOption
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/utils/StationCodeUtils.java:[229,19] cannot find symbol
symbol: method setOnlyForStation(boolean)
location: variable it of type com.bcxin.tenant.open.infrastructures.valueTypes.StationCodeValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/utils/StationCodeUtils.java:[248,53] cannot find symbol
symbol: method getCode()
location: variable ix of type com.bcxin.tenant.open.infrastructures.valueTypes.StationCodeValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/utils/StationCodeUtils.java:[249,81] cannot find symbol
symbol: method getCode()
location: variable ix of type com.bcxin.tenant.open.infrastructures.valueTypes.StationCodeValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/utils/StationCodeUtils.java:[249,95] cannot find symbol
symbol: method getName()
location: variable ix of type com.bcxin.tenant.open.infrastructures.valueTypes.StationCodeValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/utils/StationCodeUtils.java:[249,109] cannot find symbol
symbol: method getMapIcon()
location: variable ix of type com.bcxin.tenant.open.infrastructures.valueTypes.StationCodeValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/utils/StationCodeUtils.java:[250,47] incompatible types: java.util.Optional<java.lang.Object> cannot be converted to java.util.Optional<com.bcxin.tenant.open.infrastructures.valueTypes.StationTypeMapValueType>
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/StationCodeValueType.java:[38,18] cannot find symbol
symbol: method setCode(java.lang.String)
location: variable valueType of type com.bcxin.tenant.open.infrastructures.valueTypes.StationCodeValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/StationCodeValueType.java:[39,18] cannot find symbol
symbol: method setName(java.lang.String)
location: variable valueType of type com.bcxin.tenant.open.infrastructures.valueTypes.StationCodeValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/StationCodeValueType.java:[41,18] cannot find symbol
symbol: method setMapIcon(java.lang.String)
location: variable valueType of type com.bcxin.tenant.open.infrastructures.valueTypes.StationCodeValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/StationCodeValueType.java:[42,18] cannot find symbol
symbol: method setIcon(java.lang.String)
location: variable valueType of type com.bcxin.tenant.open.infrastructures.valueTypes.StationCodeValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/StationCodeValueType.java:[44,18] cannot find symbol
symbol: method setPersonMapIcon(java.lang.String)
location: variable valueType of type com.bcxin.tenant.open.infrastructures.valueTypes.StationCodeValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/StationCodeValueType.java:[45,18] cannot find symbol
symbol: method setPersonOfflineMapIcon(java.lang.String)
location: variable valueType of type com.bcxin.tenant.open.infrastructures.valueTypes.StationCodeValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/StationCodeValueType.java:[59,64] cannot find symbol
symbol: method getPath()
location: variable ii of type com.bcxin.tenant.open.infrastructures.valueTypes.V5AttachmentValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/StationCodeValueType.java:[59,94] incompatible types: java.lang.Object cannot be converted to java.lang.String
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/flinks/JobParameterDTO.java:[36,17] cannot find symbol
symbol: method getParam1()
location: variable p of type com.bcxin.tenant.open.infrastructures.flinks.JobExecutorParam
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/flinks/JobParameterDTO.java:[46,17] cannot find symbol
symbol: method getParam2()
location: variable p of type com.bcxin.tenant.open.infrastructures.flinks.JobExecutorParam
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/flinks/JobParameterDTO.java:[50,17] cannot find symbol
symbol: method getParam()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/flinks/JobParameterDTO.java:[51,76] cannot find symbol
symbol: method getParameterJson()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/flinks/JobExecutorParam.java:[12,14] cannot find symbol
symbol: method setParam1(java.lang.String)
location: variable param of type com.bcxin.tenant.open.infrastructures.flinks.JobExecutorParam
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/flinks/JobExecutorParam.java:[13,14] cannot find symbol
symbol: method setParam2(java.lang.String)
location: variable param of type com.bcxin.tenant.open.infrastructures.flinks.JobExecutorParam
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/models/CacheData.java:[31,30] cannot find symbol
symbol: method getExpiredTime()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/TrafficTagValueType.java:[14,18] cannot find symbol
symbol: method setTags(java.util.Collection<java.lang.String>)
location: variable valueType of type com.bcxin.tenant.open.infrastructures.valueTypes.TrafficTagValueType
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/TrafficTagValueType.java:[20,17] cannot find symbol
symbol: method getTags()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/valueTypes/TrafficTagValueType.java:[24,20] cannot find symbol
symbol: method getTags()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/configs/TenantSystemConfig.java:[22,37] cannot find symbol
symbol: method getRegionCode()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/configs/TenantSystemConfig.java:[22,62] cannot find symbol
symbol: method getRegionCode()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/configs/TenantSystemConfig.java:[34,40] cannot find symbol
symbol: method getRegionCode()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/configs/TenantSystemConfig.java:[34,65] cannot find symbol
symbol: method getRegionCode()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/exceptions/NoFoundTenantException.java:[21,13] cannot find symbol
symbol: method setData(java.lang.Object)
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[44,43] cannot find symbol
symbol: method getId()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[45,43] cannot find symbol
symbol: method getEmployeeId()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[46,43] cannot find symbol
symbol: method getName()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[47,43] cannot find symbol
symbol: method getOrganizationId()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[48,43] cannot find symbol
symbol: method getCLevel()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[49,43] cannot find symbol
symbol: method getOccupationType()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[50,43] cannot find symbol
symbol: method getImIdentity()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[51,43] cannot find symbol
symbol: method getAccountType()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[52,43] cannot find symbol
symbol: method getSupervise()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[54,43] cannot find symbol
symbol: method getPaymentOrgId()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[58,35] cannot find symbol
symbol: method getOrgName()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[59,35] cannot find symbol
symbol: method getOrgLatitude()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[60,35] cannot find symbol
symbol: method getOrgLongitude()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[61,35] cannot find symbol
symbol: method getInstitutional()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[62,35] cannot find symbol
symbol: method getSuperviseRegionCode()
location: variable userDetailResponse of type com.bcxin.tenant.open.infrastructures.UserDetailResponse
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[113,41] cannot find symbol
symbol: method getLatitude()
location: variable organizationInfo of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.OrganizationInfoModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[121,41] cannot find symbol
symbol: method getLongitude()
location: variable organizationInfo of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.OrganizationInfoModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[129,41] cannot find symbol
symbol: method getInstitutional()
location: variable organizationInfo of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.OrganizationInfoModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[137,41] cannot find symbol
symbol: method getSuperviseRegionCode()
location: variable organizationInfo of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.OrganizationInfoModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[158,41] cannot find symbol
symbol: method getName()
location: variable organizationInfo of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.OrganizationInfoModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[162,51] cannot find symbol
symbol: method getPermission()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[167,24] cannot find symbol
symbol: method getPermission()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[177,58] cannot find symbol
symbol: method getSubScopeCompanyIds()
location: variable permission of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.PermissionModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[178,49] cannot find symbol
symbol: method getSubScopeCompanyIds()
location: variable permission of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.PermissionModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[181,31] cannot find symbol
symbol: method getOrganizationId()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[204,21] cannot find symbol
symbol: method getDeviceDeskServiceScopes()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[210,42] cannot find symbol
symbol: method getAssignedSuperviseDepartId()
location: variable ix of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.TenantDeviceDeskServiceScopeModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[211,63] incompatible types: java.lang.Object cannot be converted to java.lang.String
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[211,73] cannot find symbol
symbol: method equalsIgnoreCase(java.lang.String)
location: variable ix of type java.lang.Object
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[212,37] incompatible types: inference variable T has incompatible bounds
equality constraints: java.lang.String
lower bounds: java.lang.Object
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[218,21] cannot find symbol
symbol: method getDeviceDeskServiceScopes()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[218,66] cannot find symbol
symbol: method getDeviceDeskServiceScopes()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[223,24] cannot find symbol
symbol: method getDeviceDeskServiceScopes()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[251,56] cannot find symbol
symbol: method getId()
location: variable ii of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.TenantDeviceDeskServiceScopeModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[252,34] cannot find symbol
symbol: method getAssignedSuperviseDepartId()
location: variable ii of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.TenantDeviceDeskServiceScopeModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[253,29] incompatible types: inference variable T has incompatible bounds
equality constraints: java.lang.String
lower bounds: java.lang.Object
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[263,24] cannot find symbol
symbol: method isSupervise()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[267,64] cannot find symbol
symbol: method getTenantSecurityEmployee()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[272,36] cannot find symbol
symbol: method getSecurityStationId()
location: variable securityEmployee of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.TenantSecurityEmployeeModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[276,64] cannot find symbol
symbol: method getTenantSecurityEmployee()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[281,36] cannot find symbol
symbol: method getSuperviseDepartId()
location: variable securityEmployee of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.TenantSecurityEmployeeModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[285,64] cannot find symbol
symbol: method getTenantSecurityEmployee()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[290,36] cannot find symbol
symbol: method getSuperviseDepartName()
location: variable securityEmployee of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.TenantSecurityEmployeeModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[294,64] cannot find symbol
symbol: method getTenantSecurityEmployee()
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[299,36] cannot find symbol
symbol: method getTenantUserIdCard()
location: variable securityEmployee of type com.bcxin.tenant.open.infrastructures.TenantEmployeeContext.TenantSecurityEmployeeModel
[ERROR] /data/jenkins/workspace/tenant-open-platform/src/tenant-open-platform/infrastructures/tenant-open-infrastructure/src/main/java/com/bcxin/tenant/open/infrastructures/TenantEmployeeContext.java:[323,64] cannot find symbol
symbol: method getTenantSecurityEmployee()
[INFO] 100 errors
[INFO] -------------------------------------------------------------