Skip to content

Changes

Summary

  1. 添加晋城配置 (details)
  2. swagger访问环境修改仅测试可访问 (details)
  3. 嘻嘻嘻 (details)
  4. 针对团体成员的情况, 查询职员也可以通过团体进行查询 (details)
  5. hotfix: 调整工作年限 (details)
  6. hotfix:修复数据问题 (details)
  7. 修改心理测评页面获取 (details)
  8. 晋城内网配置 (details)
  9. 修复晋城连接信息 (details)
  10. 晋城内网增加单点接口 (details)
  11. 用户查询空指针异常捕获处理 (details)
  12. 1、增加:查询我的操作日志接口 (details)
  13. 增加账号查询 (details)
  14. 调整账号验证业务 (details)
  15. 去除main方法调试业务 (details)
  16. 去掉版本判断 (details)
  17. 用户信息拓展表 (details)
  18. 用户信息拓展表 (details)
  19. 增加心理测评列表查询、是否在有效期内查询 (details)
  20. 修改心理测评单点参数获取 (details)
  21. 修改单点地址获取接口地址 (details)
  22. 修改是否需要测评判断 (details)
  23. 修改心理测评是否弹窗业务 (details)
  24. 增加控制台日志打印 (details)
  25. 跳转账号名 (details)
  26. 跳转修改用户的情况 (details)
  27. hotfix:解决其他环境无配置导致的异常问题-默认值 (details)
  28. 设置logPath (details)
  29. 禁用 (details)
  30. 禁用swagger (details)
  31. 禁用swagger (details)
  32. 改造心理测评获取填写地址换成返回组装报文由客户端去获取地址 (details)
Commit 749629b7cc44ab3a7347c0505c78da97cf323e1e by daiqincheng
添加晋城配置
The file was addedtenant-server/tenant-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified identity-server/identity-web-api/pom.xml
The file was addedtenant-shared-rest-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was addedtenant-bus/tenant-bus-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedtenant-bus/tenant-bus-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified security-server/security-web-api/pom.xml
The file was addedtenant-rbac-server/tenant-rbac-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedidentity-server/identity-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was addedtenant-server/tenant-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-server/tenant-web-api/pom.xml
The file was modified tenant-backend-task/pom.xml
The file was modified tenant-bus/tenant-bus-api/pom.xml
The file was modified tenant-shared-rest-web-api/pom.xml
The file was addedtenant-backend-task/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-rest-web-api/pom.xml
The file was addedtenant-rest-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was addedtenant-rbac-server/tenant-rbac-api/src/main/resources/application-jincheng-in-prod.yml
The file was addedsecurity-server/security-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was addedidentity-server/identity-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedsecurity-server/security-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedtenant-backend-task/src/main/resources/application-jincheng-out-prod.yml
The file was addedtenant-rest-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedtenant-shared-rest-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/pom.xml
Commit 525f12424d04970e58aab8b99d7e6e531c874e7d by daiqincheng
swagger访问环境修改仅测试可访问
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/RestConfiguration.java
The file was modified tenant-shared-rest-web-api/src/main/resources/application.yml
The file was modified tenant-shared-rest-web-api/src/main/resources/application-test-ws.yml
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 2dd9da10007a3f606002f6899ed536713ad80e7d by linhancheng
针对团体成员的情况, 查询职员也可以通过团体进行查询
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/filters/AuthFilter.java
Commit 5e47794335aaa9aee86dfcc312f1552525612cef by linhancheng
hotfix: 调整工作年限
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-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/tenantUsers/UpdateTenantUserRequest.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/ExternalMemberController.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/UpdateTenantUserCommand.java
Commit 67eb92b5ed7a754d25e29d6c261d371573e78d0a by linhancheng
hotfix:修复数据问题
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
The file was modified infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/components/JsonProvider.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/commons/responses/CompanyResponse.java
Commit 533a6a35439aeff43023c55e8e3ae0c8f41f6dc9 by zhongxuefeng
修改心理测评页面获取
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
Commit 00479c7ce9af9d9073464040bfc32d4ef473971e by daiqincheng
晋城内网配置
The file was modified tenant-backend-task/src/main/resources/application-jincheng-in-prod.yml
The file was modified identity-server/identity-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-shared-rest-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-rest-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-jincheng-in-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-jincheng-in-prod.yml
Commit 772b9080399e039ab7d9779133514cd24eb22353 by linhancheng
修复晋城连接信息
The file was modified identity-server/identity-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-backend-task/src/main/resources/application-jincheng-out-prod.yml
The file was modified security-server/security-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-rbac-server/tenant-rbac-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-rest-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified tenant-server/tenant-web-api/src/main/resources/application-jincheng-out-prod.yml
Commit 3164d8aad625600110add3942034ddb3fea5a2ec 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 infrastructures/tenant-Infrastructure/src/main/java/com/bcxin/Infrastructures/utils/RedisUtil.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/filters/AuthFilter.java
Commit 87da124f48167ae1801df21f658d98ab9b2aab75 by zhongxuefeng
用户查询空指针异常捕获处理
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
Commit f3d0a166ec8d6fe695fa93ff545bf47cc5eb5e6a by linchunpeng
1、增加:查询我的操作日志接口
2、增加:修改昵称、头像接口
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserProfileGetResponse.java
The file was modified tenant-rest-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/tenantUsers/UpdateUserNickHeadPhotoCommand.java
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/TenantUserService.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-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/commons/OperateLogRpcProvider.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-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-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.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-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantUserEntity.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/resources/application-test-ws.yml
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/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/tenantUsers/UpdateNickHeadPhotoRequest.java
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 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/readers/TenantDbReaderImpl.java
The file was modified tenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/TenantUserJpaRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/IdentityUserpasswordEntity.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/SingleLoginRpcProvider.java
Commit f4b750ff8b2ecd8c690652cac788adeedf3305b4 by zhongxuefeng
调整账号验证业务
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/SingleLoginRpcProviderImpl.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 infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/SingleLoginRpcProvider.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
Commit f45fd397f31e79e6d332c7656bc4abae88e50316 by zhongxuefeng
去除main方法调试业务
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
Commit b5a5e775460da0740111d3e87daa32b40720ea2c by linhancheng
去掉版本判断
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
Commit 3fbfcee0f82ddd911ef96bd45839739f3c4a05f9 by linchunpeng
用户信息拓展表
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/tenantUsers/TenantUserExtensionRequest.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-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/EmployeeController.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/entities/TenantUserExtensionEntity.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/UserRpcProvider.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 modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/UserDetailGetResponse.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/commands/tenantUsers/TenantUserExtensionCommand.java
The file was modified tenant-server/tenant-web-api/src/main/resources/application-jincheng-out-prod.yml
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/IdentityBootstrap.java
The file was modified tenant-rest-web-api/src/main/resources/application-test-ws.yml
The file was addedtenant-server/tenant-domain-repository/src/main/java/com/bcxin/tenant/domain/repository/impls/TenantUserExtensionJpaRepository.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/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.java
The file was modified tenant-rest-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/repositories/TenantUserExtensionRepository.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserExtensionService.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/TenantUserController.java
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-domain/src/main/java/com/bcxin/tenant/domain/services/impls/TenantUserServiceImpl.java
Commit 565c1ec59ac47a6766f1aa55787e7638459d51ba by linchunpeng
用户信息拓展表
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/TenantUserController.java
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/IdentityBootstrap.java
Commit aad5f2b85331761735eebaa0014e2f363894283e by zhongxuefeng
增加心理测评列表查询、是否在有效期内查询
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/UserRpcProvider.java
The file was addedtenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/dto/XlcpReportDto.java
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/services/impls/XlcpServiceImpl.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/XlcpService.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-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/EmployeeController.java
The file was addedinfrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/responses/XlcpReportResponse.java
Commit 9093c5070ca8111d1199948f68cd3bad21d16e10 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 infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/SingleLoginRpcProvider.java
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/SingleLoginRpcProviderImpl.java
Commit 194b68c1044565e118fb70f29970030ed0b93ca0 by zhongxuefeng
修改单点地址获取接口地址
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
Commit 16e4794405366bc2618db0445693ffcece0afa06 by zhongxuefeng
修改是否需要测评判断
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.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/impls/XlcpServiceImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/UserRpcProvider.java
Commit c8e529ddec1f3092bf6da17c166e04fc73cdb2a0 by zhongxuefeng
修改心理测评是否弹窗业务
The file was modified tenant-server/tenant-domain/src/main/java/com/bcxin/tenant/domain/services/XlcpService.java
The file was modified tenant-rest-web-api/src/main/resources/application-com-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-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/impls/UserRpcProviderImpl.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/impls/XlcpServiceImpl.java
Commit 9bde8b151179c17546e4e038e2423e3ffcaecb2d by zhongxuefeng
增加控制台日志打印
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
Commit eb385c85317a5ee474de22cf72cc347b3e1b130c by linhancheng
跳转账号名
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/identities/requests/ChangeUserNameRequest.java
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/impls/IdentityUserJpaRepository.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
The file was modified identity-server/identity-web-api/src/main/java/com/bcxin/identity/api/impls/IdentityRpcProviderImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/requests/SsoLoginRequest.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/IdentityUserEntity.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/repositories/IdentityUserRepository.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/IdentityUserService.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/impls/IdentityUserServiceImpl.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/services/commands/ChangeUserNameCommand.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/identities/IdentityRpcProvider.java
Commit b7281686f2a03032846b58b900075f59c087c375 by linhancheng
跳转修改用户的情况
The file was modified identity-server/identity-domain-repository/src/main/java/com/bcxin/identity/domain/repositories/UnitWorkImpl.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/CurrentUserController.java
The file was modified identity-server/identity-domain/src/main/java/com/bcxin/identity/domains/entities/IdentityUserEntity.java
The file was modified infrastructures/tenant-rest-web-common/src/main/java/com/bcxin/rest/web/commons/RestResponseEntityExceptionHandler.java
Commit f6388d3a7e4e321de65363e1877ef5c69c14b6b8 by linhancheng
hotfix:解决其他环境无配置导致的异常问题-默认值
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java
Commit e785e6c5caa30d6911a68d49269278ca6784a4c3 by linhancheng
设置logPath
The file was modified tenant-server/tenant-web-api/src/main/java/com/bcxin/tenant/apis/translates/impls/OrganizationTranslateImpl.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/commons/responses/CompanyResponse.java
The file was modified infrastructures/tenant-api-interface/src/main/java/com/bcxin/api/interfaces/tenants/requests/organizations/CompanyUpdateCoordinateRequest.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/OrganizationController.java
Commit 9a5f20437b3a9b250eb37e2cbd0f4e52ae6ab330 by linhancheng
禁用
The file was modified tenant-shared-rest-web-api/src/main/resources/application-test-in-ws.yml
The file was modified tenant-rest-web-api/src/main/resources/application-test-in-ws.yml
Commit 8845299f4b4b6326778071095d6bb33d7c0778a0 by linhancheng
禁用swagger
The file was modified tenant-shared-rest-web-api/src/main/resources/application.yml
The file was modified tenant-rest-web-api/src/main/resources/application.yml
The file was modified tenant-rest-web-api/src/main/resources/application-test-ws.yml
The file was modified tenant-shared-rest-web-api/src/main/resources/application-test-ws.yml
Commit 6af7b3247c933be994380d025579a1c32e9b73e9 by linhancheng
禁用swagger
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/configs/SwaggerConfig.java
The file was modified tenant-shared-rest-web-api/src/main/java/com/bcxin/shared/rest/web/apis/DubboConfig.java
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/RestConfiguration.java
The file was addedtenant-shared-rest-web-api/src/main/java/com/bcxin/shared/rest/web/apis/SwaggerConfig.java
Commit c637fe205405c773c14907bfa167b8095ca29fb6 by zhongxuefeng
改造心理测评获取填写地址换成返回组装报文由客户端去获取地址
The file was modified tenant-rest-web-api/src/main/java/com/bcxin/rest/web/apis/controllers/IdentityController.java