Success变更记录

Summary

  1. 1.调整准入申请列表展示字段 2.新增供应商准入申请查询填报进度接口 (details)
  2. 修复供应商准入申请保存bug (details)
  3. feat(*):绩效考核逻辑调整 (details)
  4. feat(*):绩效考核逻辑调整 (details)
  5. 修复准入评审bug (details)
  6. 调整查询评审人员逻辑 (details)
  7. 根据用户权限查询准入申请列表 (details)
  8. feat(*):集成主数据的单点登录 (details)
  9. feat(*): 1.营业执照增加附件上传 2.绩效考核评分等级为合格,优秀,良好的提前结束流程 (details)
  10. fix(*): 报表统计接口开发 (details)
  11. feat(*): 还原registeredCapitalType字段类型 (details)
  12. 修复现场评审查询评分项内容不全问题 (details)
  13. feat(*): 报表统计修改 (details)
Commit f5895186330883850d9ecbbab300dffc24ed263a by 15173027716
1.调整准入申请列表展示字段 2.新增供应商准入申请查询填报进度接口
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierEnterpriseAccessManager.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierEnterpriseAccessManagerImpl.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierEnterpriseAccessController.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierEnterpriseAccess.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/vo/EnterpriseAccess2PageVo.java
Commit aa6759d7c3d355f3a97bdf478634eb75c15a97d2 by 15173027716
修复供应商准入申请保存bug
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierEnterpriseAccessManagerImpl.java
Commit 011a668264eeedf26263656618b95ec2843fc214 by 864928171
feat(*):绩效考核逻辑调整
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/impl/BizSupplierPerformanceEvaluationManagerImpl.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/BizSupplierPerformanceEvaluationRatingManager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/impl/BizSupplierPerformanceEvaluationResultManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/vo/SupplierScore.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/model/BizSupplierPerformanceEvaluation.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/vo/EvaluationVo.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/BizSupplierPerformanceEvaluationManager.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/controller/BizSupplierPerformanceEvaluationController.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/dao/BizSupplierPerformanceEvaluationDao.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/dao/BizSupplierPerformanceEvaluationRatingDao.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/BizSupplierPerformanceEvaluationResultManager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/dao/BizSupplierPerformanceEvaluationResultDao.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/model/BizSupplierPerformanceEvaluationConfiguration.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/controller/BizSupplierPerformanceEvaluationResultController.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/model/BizSupplierPerformanceEvaluationResult.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/vo/EvaluationOptVo.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierEva/BizSupplierPerformanceEvaluationResultMapper.xml
The file was modifiedbiz-gyl-server/src/main/resources/mapper/supplierEva/BizSupplierPerformanceEvaluationRatingMapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/vo/EvaluationResultVo.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/model/BizSupplierPerformanceEvaluationRating.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/impl/BizSupplierPerformanceEvaluationConfigurationManagerImpl.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/controller/BizSupplierPerformanceEvaluationConfigurationController.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/impl/BizSupplierPerformanceEvaluationRatingManagerImpl.java
The file was modifiedbiz-gyl-server/src/main/resources/mapper/supplierEva/BizSupplierPerformanceEvaluationMapper.xml
Commit c752240cd7b37be965f6baffb8594cf825975b23 by 864928171
feat(*):绩效考核逻辑调整
The file was modifiedbiz-gyl-server/src/main/resources/mapper/supplierEva/BizSupplierPerformanceEvaluationMapper.xml
Commit e850befd3d31b381c42c2c9c26cebce3ba372cd8 by 15173027716
修复准入评审bug
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierAccess/controller/BizSupplierAccessConfigurationController.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierAccess/controller/BizSupplierReviewConfigurationController.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/vo/EnterpriseAccess2PageVo.java
Commit bc2ad8e3c7a61536b37d3413bfab24227e8ac51d by 15173027716
调整查询评审人员逻辑
The file was modifiedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierReviewRatingDetails2Mapper.xml
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierEnterpriseAccessManagerImpl.java
Commit 22e65d84129ea908f706d0f22c1d0c4a96ebbff2 by 15173027716
根据用户权限查询准入申请列表
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierEnterpriseAccessController.java
Commit 1d957855c34b5734c92526536cd41cea4449a187 by 864928171
feat(*):集成主数据的单点登录
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/thirdParty/controller/ForeignApiController.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/utils/HttpUtils.java
The file was modifiedbpm-base/src/main/java/com/artfess/base/conf/WebSecurityConfig.java
The file was modifiedbpm-assembly/src/main/resources/application-dev.yml
The file was modifiedbpm-base/src/main/java/com/artfess/base/controller/AuthenticationRestController.java
Commit ce0217716c11b8752a9a4f9dc7dd515aebdd0d66 by 864928171
feat(*): 1.营业执照增加附件上传 2.绩效考核评分等级为合格,优秀,良好的提前结束流程
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/impl/BizSupplierPerformanceEvaluationManagerImpl.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/base/manager/impl/BizEnterpriseBusinessLicenseManagerImpl.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply3/model/BizSupplierEnterpriseRegisterInformation.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/controller/BizSupplierPerformanceEvaluationController.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/base/model/BizEnterpriseBusinessLicense.java
Commit 04691eeac0c8ca51340a3f0521aa5c187f294cfc by 864928171
fix(*): 报表统计接口开发
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/report/CountController.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply/controller/BizSupplierEnterpriseController.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply/vo/SupplierCountVo.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply/manager/impl/BizSupplierEnterpriseManagerImpl.java
The file was modifiedbiz-gyl-server/src/main/resources/mapper/supplierApply/BizSupplierEnterpriseMapper.xml
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply/manager/BizSupplierEnterpriseManager.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/thirdParty/model/BizEnterprise.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply/dao/BizSupplierEnterpriseDao.java
Commit e4a93942fb49bd1962647215d234652ab3f0ea42 by 864928171
feat(*): 还原registeredCapitalType字段类型
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/thirdParty/model/BizEnterprise.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply3/model/BizSupplierEnterpriseRegisterInformation.java
Commit b2a7bf8a5e2a6edad186f016e96514a29a9198a6 by 15173027716
修复现场评审查询评分项内容不全问题
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierEnterpriseAccessManagerImpl.java
Commit 624d0d61902aabf488561f6bcf035de59d43a572 by 864928171
feat(*): 报表统计修改
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/report/ReportAnalysisController.java
The file was removedbiz-gyl-server/src/main/java/com/artfess/gyl/report/CountController.java