Skip to content

Changes

Summary

  1. 调整证件类型 (details)
  2. 人员加入,创建团体 (details)
  3. 分组、人员管理 (details)
  4. 创建团体信息 (details)
  5. 我的记录信息 (details)
  6. 索引查询 (details)
  7. 消息下 (details)
  8. 查看我的团队 (details)
  9. xxxxx (details)
  10. 外部人员 (details)
  11. 临保小程序 (details)
  12. 添加手机号及身份证 (details)
  13. 临时小程序 (details)
  14. 新增测评记录入库,新增测评结果回调接口 (details)
  15. 查询保安服务公司基本信息调整为精确查询,去除模糊搜索 (details)
  16. hotfix:过滤问题 (details)
  17. hotfix:获取我的申请团队记录 (details)
  18. 调整团队及加入的逻辑 (details)
  19. 返回人员信息 (details)
  20. 在我的组织里面显示组织的创建者 (details)
  21. 调整心理测评回调 (details)
  22. 排序临保组织 (details)
  23. 只显示审核通过的企业 (details)
  24. hotfix: 修复排序问题 (details)
  25. 智能人事在职保安员列表增加测评结果数据 (details)
  26. 调整保存方式 (details)
  27. 修复导入时候的异常 (details)
  28. 允许: 团队成员也可以查询数据 (details)
  29. 嘻嘻嘻 (details)
  30. 嘻嘻嘻x (details)
  31. 只支持左模糊搜索 (details)
  32. 注册页面,查询监管机构,改为取区域编码的前2位 (details)
  33. 加入团队的消息 (details)
  34. xxxx (details)
  35. 提交行业培训证书 (details)
  36. 行业培训证书调整 (details)
  37. 1、北京地区-退休年龄修改费 (details)
  38. 1、北京地区-退休年龄修改费 (details)
  39. 1、增加:查询我的操作日志接口 (details)
  40. 增加账号查询 (details)
  41. 调整账号验证业务 (details)
  42. 用户信息拓展表 (details)
  43. 增加心理测评列表查询、是否在有效期内查询 (details)
  44. 修改是否在期限内心理测评查询 (details)
Commit 4b341d220c4408173bc4791db908f13091cab1d5 by linhancheng
调整证件类型
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 31180aa33d12de2532dfd3d0bb5d273092b8b45c by linhancheng
人员加入,创建团体
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalGroups/DeleteExternalGroupRequest.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ExternalGroupServiceImpl.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/externalGroups/DeleteExternalGroupCommand.java
The file was addedtenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/responses/ExternalMemberInviteInfoResponse.java
The file was addedinfrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/ResourceReferenceType.java
The file was addedtenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/components/InviteCodeProvider.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/externalMembers/CreateExternalMemberCommand.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalMembers/UpdateExternalMemberRequest.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/ExternalMemberRepository.java
The file was addedtenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ExternalMemberRpcProviderImpl.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/ExternalGroupEntity.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/externalMembers/UpdateExternalMemberCommand.java
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/ExternalMemberJpaRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/ExternalMemberService.java
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/ExternalGroupJpaRepository.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/filters/AuthFilter.java
The file was removedtenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/requests/JoinOrganizationRequest.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/DomainConstraint.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/ExternalMemberRpcProvider.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/RestConfiguration.java
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/TenantUserContext.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/externalMembers/DeleteExternalMemberCommand.java
The file was addedtenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/caches/ExternalMemberInviteCodeCache.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalMembers/CreateExternalMemberInviteCodeRequest.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserOrganBasicGetResponse.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalGroups/UpdateExternalGroupRequest.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/externalMembers/UpdateExternalMemberStatusCommand.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalMembers/UpdateExternalMemberStatusRequest.java
The file was addedtenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/requests/GenerateExternalInviteCodeRequest.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/ExternalMemberController.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalMembers/DeleteExternalMemberRequest.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/caches/UserOrganBasic.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/ResourceEntityAbstract.java
The file was modified "docs/\344\270\264\344\277\235\345\260\217\347\250\213\345\272\217.sql"
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/ExternalGroupService.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ExternalMemberServiceImpl.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/enums/ExternalMemberInviteType.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/externalGroups/UpdateExternalGroupCommand.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalGroups/CreateExternalGroupRequest.java
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/ApprovedStatus.java
The file was addedtenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/requests/JoinOrganizationAsExternalMemberRequest.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/ExternalGroupRpcProvider.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/UserOrganBasicDto.java
The file was addedtenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ExternalGroupRpcProviderImpl.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/ExternalMemberInviteCodeResponse.java
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/EntityRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/externalGroups/CreateExternalGroupCommand.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/ExternalGroupRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/ExternalMemberEntity.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalMembers/CreateExternalMemberRequest.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
Commit ae74cbeb3699fa10b7cd6adc409bb156d17ac123 by linhancheng
分组、人员管理
The file was removedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalGroups/CreateExternalGroupRequest.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/dtos/ExternalGroupDTO.java
The file was removedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalGroups/DeleteExternalGroupRequest.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ExternalMemberRpcProviderImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/ExternalGroupJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/externalGroups/UpdateExternalGroupCommand.java
The file was removedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalGroups/UpdateExternalGroupRequest.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ExternalGroupServiceImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/ExternalGroupRpcProvider.java
The file was addedtenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/ExternalGroupController.java
The file was modified "docs/\344\270\264\344\277\235\345\260\217\347\250\213\345\272\217.sql"
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalGroups/ExternalGroupRequest.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/ExternalGroupRepository.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ExternalGroupRpcProviderImpl.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/criterias/ExternalGroupSearchCriteria.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/externalGroups/CreateExternalGroupCommand.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalGroups/ExternalGroupSearchRequest.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/ExternalGroupResponse.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/ExternalGroupEntity.java
Commit 1564294f03a7b852a17b4d07c030d3aba404376f by linhancheng
创建团体信息
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/SearchRequestAbstract.java
The file was addedtenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/OrganizationExternalMemberController.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/ExternalMemberSearchResponse.java
The file was modified "docs/\344\270\264\344\277\235\345\260\217\347\250\213\345\272\217.sql"
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/ExternalMemberJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/ExternalMemberRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ExternalMemberServiceImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/ExternalMemberController.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/ExternalMemberJoinRecordResponse.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ExternalMemberRpcProviderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ExternalGroupServiceImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/ExternalGroupEntity.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/TenantDbReader.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/dtos/ExternalMemberDTO.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/MyExternalMemberRecordDTO.java
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/ApprovedStatus.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/ExternalMemberRpcProvider.java
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/ResourceReferenceType.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalMembers/ExternalMemberSearchRequest.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/criterias/MyExternalMemberRecordCriteria.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalMembers/UpdateExternalMemberStatusRequest.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/ExternalMemberEntity.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/enums/ExternalMemberInviteType.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/criterias/ExternalMemberSearchCriteria.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ExternalGroupRpcProviderImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/caches/ExternalMemberInviteCodeCache.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/externalGroups/UpdateExternalGroupCommand.java
Commit 192f65321dd0b8142e385f1245d20fcdb70202b9 by linhancheng
我的记录信息
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ExternalMemberRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/ExternalMemberRpcProvider.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/criterias/MyExternalMemberRecordCriteria.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/externalMembers/ExternalMemberJoinRecordSearchRequest.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/ExternalMemberController.java
Commit 5555aab41382ea13d0f295fa90083cdd1e6e9a55 by linhancheng
索引查询
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 305d33834436c966ade6d97b73e566662887fb47 by linhancheng
消息下
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 827b5cb38506231cf171f66cc11ee8ad5b318b9c by linhancheng
查看我的团队
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ExternalMemberServiceImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/MyTeamDto.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/ExternalMemberController.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/UserRpcProvider.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/MyTeamGetResponse.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/TenantDbReader.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/EmployeeRepository.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/EmployeeJpaRepository.java
Commit 450f15cc0a16d7175cf1623fab8d1119bfa27272 by linhancheng
xxxxx
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 4ad681667ab3c3beaeabe2ea44cb89030f1b8999 by linhancheng
外部人员
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/ExternalGroupDto.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/ExternalMemberSearchResponse.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ExternalMemberRpcProviderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/dtos/ExternalMemberDTO.java
Commit d17136cc13371b3911200c7e5bfca916377b6e73 by linhancheng
临保小程序
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/MyTeamGetResponse.java
The file was addedinfrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/OrganizationResourceType.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/MyTeamDto.java
Commit 9a538d8e365017b6aaab48913e424c7ff7853a1e by linhancheng
添加手机号及身份证
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/dtos/ExternalMemberDTO.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/ExternalMemberSearchResponse.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ExternalMemberRpcProviderImpl.java
Commit 62a68734d48b86b464e9b2584e6200931530709b by linhancheng
临时小程序
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/MyTeamDto.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 1b30573e7fa9a8feb2220e344c8ba6d1151b9b90 by zhongxuefeng
新增测评记录入库,新增测评结果回调接口
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/xlcp/UpdateXlcpCommand.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/XlcpRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/XlcpServiceImpl.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/xlcp/DeleteXlcpCommand.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/XlcpLoginRequest.java
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/XlcpJpaRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/xlcp/CreateXlcpCommand.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/XlcpCallRequest.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/XlcpService.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/TenantXlcpRpcProvider.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/XlcpEntity.java
The file was removedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/XLCPLoginRequest.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/XlcpRequestAbstract.java
The file was addedtenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/TenantXlcpRpcProviderImpl.java
Commit 07bfd3e29d21a971f4d8df7aab1d08428cbad5ec by zhongxuefeng
查询保安服务公司基本信息调整为精确查询,去除模糊搜索
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit cd915f2cebf634d553af731a9c2002a81e68f2d9 by linhancheng
hotfix:过滤问题
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 370a8d79e4c2e1bd26907510094694dcf0322789 by linhancheng
hotfix:获取我的申请团队记录
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/OrganizationRpcProvider.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/TenantDbReader.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/MyRegistrationOrganizationDto.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OrganizationRpcProviderImpl.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/MyRegistrationOrganizationResponse.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
Commit 39d30698a579892d03c027c9b2279e166b1ec8ac by linhancheng
调整团队及加入的逻辑
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ExternalMemberServiceImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/MyOrganizationProfileDto.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/EmployeeJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/EmployeeRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/tenantUsers/TocWechatCgiConfirmCheckStatusCommand.java
Commit 4682fb22651aae2ef237a72738f65a0814d618dc by linhancheng
返回人员信息
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/dtos/ExternalMemberDTO.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/ExternalMemberSearchResponse.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/ExternalMemberRpcProviderImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 86e007e584a46c39e85dc89fdc6092d87e532c92 by linhancheng
在我的组织里面显示组织的创建者
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/MyTeamDto.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/MyTeamGetResponse.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
Commit ee658bdf879de5437c87c6f47d2b9e1d31a4953e by zhongxuefeng
调整心理测评回调
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/XlcpJpaRepository.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/XlcpCallRequest.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
Commit 48a20a6cebeb5c53c962df8ead67c07461b9799d by linhancheng
排序临保组织
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
The file was modified "docs/\344\270\264\344\277\235\345\260\217\347\250\213\345\272\217.sql"
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit b2c69c1f57bc5aed44cec4545eb1884cdc60157b by linhancheng
只显示审核通过的企业
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 8639719076766bfdd5c9c115188aac90fc96d452 by linhancheng
hotfix: 修复排序问题
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 3059766515538b1c44efe3e1d6d0a3bfd80e431e by zhongxuefeng
智能人事在职保安员列表增加测评结果数据
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/EmployeeGetResponse.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/EmployeeRpcProviderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/EmployeeDto.java
Commit daa2f0f9b6a3ce8361cb2f7b242bd67df861ed36 by linhancheng
调整保存方式
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/DomainConstraint.java
The file was modified "docs/\344\270\264\344\277\235\345\260\217\347\250\213\345\272\217.sql"
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/ExternalMemberEntity.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/UnitWorkImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ExternalMemberServiceImpl.java
The file was modified tenant-rest-web-api/src/main/resources/application.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application.yml
Commit e6debc424c9bd06e3245996176576d5b7ea52455 by linhancheng
修复导入时候的异常
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/exceptions/EmployeeConflictException.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/EmployeeRepository.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/customize/CompositeDataRepositoryImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/EmployeeJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ImportDataServiceImpl.java
Commit 1443536c08c00a355e9b8e07f747e7d18c0b13b5 by linhancheng
允许: 团队成员也可以查询数据
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/UserRpcProvider.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/TenantDbReader.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/filters/AuthFilter.java
The file was addedinfrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/PersonResourceType.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/dtos/UserOrganBasicDto.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
Commit f3905ce98c39487d5f709c02bdc9d77f0e9135ea by linhancheng
嘻嘻嘻
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/filters/AuthFilter.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 0fcaf4e79c71a06fa4dc2ea11e2115021540c68f by linhancheng
嘻嘻嘻x

# Conflicts:
# tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 74909d8aae9fb0d723de2f8f78c6f6359a997f81 by linhancheng
只支持左模糊搜索
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit b0f38a98a125067ecc7d616297393d581ff272af by 717487618
注册页面,查询监管机构,改为取区域编码的前2位
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/SuperviseDepartmentJpaRepository.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/SuperviseDepartmentRpcProviderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/SuperviseDepartmentRepository.java
Commit ded89a4769cc213ac5510fa7f214aaf026507bf9 by linhancheng
加入团队的消息
The file was addedtenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/services/commands/CreateMcNoticeCommand.java
The file was addedtenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/services/impls/TMcNoticeServiceImpl.java
The file was addedtenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/services/TMcNoticeService.java
The file was modified tenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/services/impls/TUserServiceImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/ExternalMemberRepository.java
The file was addedtenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/SystemConstants.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/ExternalMemberJpaRepository.java
The file was addedtenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/entities/TMcNoticeEntity.java
The file was addedtenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/repositories/TMcNoticeRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/ExternalMemberServiceImpl.java
The file was modified tenant-server/tenant-domain-v5/src/main/java/com/bcxin/tenant/domain/v5/eventHandlers/MemberCreatedEvent_V5Handler.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/events/SysMessageEvent.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/events/MemberCreatedEvent.java
Commit f6a16d8bdc3fd5035818192b595a00a3b20d7c0e by linhancheng
xxxx
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/ExternalMemberJpaRepository.java
Commit 294f46b06a220c2a3ac3781118132488b80afe08 by linhancheng
提交行业培训证书
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/CredentialType.java
Commit 45a609b83534c455abe571594b5f69225d0d094e by linhancheng
行业培训证书调整
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
Commit 09ba68cfbda37ea5455ba7fafc7cb9b515705ba8 by 717487618
1、北京地区-退休年龄修改费
2、优化:离职的时候,如果是其他人上级,给的提示不全
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/EmployeeEntity.java
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/enums/OccupationType.java
The file was addedinfrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/utils/RetirementAgeUtil.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/EmployeeServiceImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/EmployeeJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/EmployeeRepository.java
Commit 102eb53722f2645bafd2682937c21c046c9c2c75 by 717487618
1、北京地区-退休年龄修改费
2、优化:离职的时候,如果是其他人上级,给的提示不全
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/EmployeeJpaRepository.java
Commit f3d0a166ec8d6fe695fa93ff545bf47cc5eb5e6a by 717487618
1、增加:查询我的操作日志接口
2、增加:修改昵称、头像接口
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserDetailGetResponse.java
The file was modified tenant-server/tenant-web-api/src/main/resources/application-test-ws.yml
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/tenantUsers/UpdateNickHeadPhotoRequest.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserProfileGetResponse.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/tenantUsers/UpdateUserNickHeadPhotoCommand.java
The file was modified tenant-rest-web-api/src/main/resources/application-test-ws.yml
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/UserRpcProvider.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/operatelog/SearchOperateLogRequest.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantUserEntity.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/OperateLogRpcProviderImpl.java
The file was modified tenant-rest-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/TenantUserService.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/commons/OperateLogRpcProvider.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
The file was modified tenant-server/tenant-web-api/src/main/resources/application-jincheng-out-prod.yml
Commit 30e330f90d3b7e2729d659b84f117f2ae6cefe4f by zhongxuefeng
增加账号查询
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/SingleLoginRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/SingleLoginRpcProvider.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/readers/TenantDbReader.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/TenantUserRepository.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/TenantUserJpaRepository.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/IdentityUserpasswordEntity.java
Commit f4b750ff8b2ecd8c690652cac788adeedf3305b4 by zhongxuefeng
调整账号验证业务
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/SingleLoginRpcProvider.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/TenantUserJpaRepository.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/readers/TenantDbReaderImpl.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/SingleLoginRpcProviderImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
Commit 3fbfcee0f82ddd911ef96bd45839739f3c4a05f9 by 717487618
用户信息拓展表
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/tenantUsers/TenantUserExtensionListRequest.java
The file was modified tenant-server/tenant-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-test-ws.yml
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserExtensionService.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
The file was added"docs/\346\231\213\345\237\216\350\204\232\346\234\254/2025-05-22-\347\224\250\346\210\267\344\277\241\346\201\257\346\213\223\345\261\225\350\241\250.sql"
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/tenantUsers/TenantUserExtensionCommand.java
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/TenantUserExtensionJpaRepository.java
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/IdentityBootstrap.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/TenantUserExtensionRepository.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/TenantUserExtensionResponse.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/EmployeeRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserDetailGetResponse.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserProfileGetResponse.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/tenantUsers/TenantUserExtensionRequest.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantUserExtensionEntity.java
The file was modified tenant-rest-web-api/src/main/resources/application-test-ws.yml
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/TenantUserController.java
The file was modified tenant-rest-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/UserRpcProvider.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/EmployeeController.java
Commit aad5f2b85331761735eebaa0014e2f363894283e by zhongxuefeng
增加心理测评列表查询、是否在有效期内查询
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/XlcpServiceImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/XlcpJpaRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/dto/XlcpReportDto.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/EmployeeController.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/XlcpService.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/XlcpReportResponse.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/UserRpcProvider.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/XlcpRepository.java
Commit 0e91ef4397ba008717a5fcf763fffed35abca4bf by zhongxuefeng
修改是否在期限内心理测评查询
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/XlcpJpaRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/repositories/XlcpRepository.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/XlcpServiceImpl.java