Success变更记录

Summary

  1. fix(*): 1.修改物资分类绑定重复绑定的问题 2.增加根据分类统计绑定情况 (details)
  2. feat(*): 初始化考核指标配置逻辑代码 (details)
  3. 1.添加修改准入评审配置启用状态接口 2.调整代码逻辑 (details)
  4. 初始化准入申请代码 (details)
  5. feat(*): 1.物资分类分页查询增加排序 2.修改供应商绩效考核配置明细表上实体类字段 3.修复ConfigurationVo复制代码失败的问题 (details)
Commit 0049b8d888f3ef56f349b7615aa65df83a654a97 by 864928171
fix(*): 1.修改物资分类绑定重复绑定的问题 2.增加根据分类统计绑定情况
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/base/manager/impl/BizSupplierMaterialCategoryDetailsManagerImpl.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/thirdParty/controller/BizCategoryController.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/base/controller/BizSupplierMaterialCategoryDetailsController.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/thirdParty/manager/impl/BizCategoryManagerImpl.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/thirdParty/manager/BizCategoryManager.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/thirdParty/model/BizCategory.java
The file was modifiedbiz-gyl-server/src/main/resources/mapper/thirdParty/BizCategoryMapper.xml
Commit d8f5b7ef7d3e5735c57f4707b3b6e68f6d7d8ed6 by 864928171
feat(*): 初始化考核指标配置逻辑代码
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/controller/BizSupplierPerformanceEvaluationIntervalController.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierEva/BizSupplierPerformanceEvaluationDetailsMapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/BizSupplierPerformanceEvaluationIntervalManager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/model/BizSupplierPerformanceEvaluationInterval.java
The file was addedbiz-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/manager/impl/BizSupplierPerformanceEvaluationIntervalManagerImpl.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierEva/BizSupplierPerformanceEvaluationConfigurationMapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/controller/BizSupplierPerformanceEvaluationDetailsController.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/dto/ConfigurationDTO.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/vo/ConfigurationVo.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/BizSupplierPerformanceEvaluationDetailsManager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/impl/BizSupplierPerformanceEvaluationDetailsManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/model/BizSupplierPerformanceEvaluationDetails.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/dao/BizSupplierPerformanceEvaluationDetailsDao.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierEva/BizSupplierPerformanceEvaluationIntervalMapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/dao/BizSupplierPerformanceEvaluationIntervalDao.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/dao/BizSupplierPerformanceEvaluationConfigurationDao.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/impl/BizSupplierPerformanceEvaluationConfigurationManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/thirdParty/vo/CategoryNumVo.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/controller/BizSupplierPerformanceEvaluationConfigurationController.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/manager/BizSupplierPerformanceEvaluationConfigurationManager.java
Commit 02c58e71e878217fbcffc1b0a47e3e9e69db3f71 by 15173027716
1.添加修改准入评审配置启用状态接口 2.调整代码逻辑
The file was removedbiz-gyl-server/src/main/resources/mapper/BizSupplierReviewConfigurationDetailsMapper.xml
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierAccess/BizSupplierReviewConfigurationDetailsMapper.xml
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierAccess/BizSupplierReviewConfigurationMapper.xml
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/supplierAccess/model/BizSupplierAccessQualification.java
The file was removedbiz-gyl-server/src/main/resources/mapper/BizSupplierReviewConfigurationMapper.xml
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierAccess/manager/impl/BizSupplierReviewConfigurationManagerImpl.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierAccess/manager/impl/BizSupplierAccessConfigurationManagerImpl.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierAccess/vo/BizSupplierAccessConfigurationVo.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierAccess/dao/BizSupplierReviewConfigurationDao.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierAccess/manager/BizSupplierReviewConfigurationManager.java
Commit 0b33629c47e19cfe5410c5ed0f6a73eddd47f7a9 by 15173027716
初始化准入申请代码
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierProductionInspectionEquipment2Controller.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/dao/BizSupplierProductionProcessPerformance2Dao.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierEnterpriseAccessApprovalRecord2Manager.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierProductionProcessFlow2Mapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierMainProductsSalesStatus2ManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierEnterpriseQualificationDatabase2Manager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierProductionProcessPerformance2Manager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierMainProductsQualityPerformance2.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/dao/BizSupplierAccessBasicInformation2Dao.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierOtherSpecialNotes2Mapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierMainProductsSalesStatus2Manager.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierMainRawMaterialsSuppliers2Mapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierAccessBasicInformation2ManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierProductionProcessPerformance2.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierAccessBasicInformation2Mapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierProductionProcessPerformance2Controller.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierMainRawMaterialsSuppliers2Manager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierMainProductsPerformanceCustomerComplaints2Manager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierMainRawMaterialsSuppliers2ManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierEnterpriseQualificationDatabase2.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierAccessBasicInformation2Controller.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierEnterpriseAccess.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierMainProductsPerformanceCustomerComplaints2ManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierProductionInspectionEquipment2.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/dao/BizSupplierEnterpriseAccessDao.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierProductionInspectionEquipment2Mapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierProductionProcessFlow2.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierEnterpriseAccessApprovalRecord2.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierProductionProcessFlow2Controller.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/dao/BizSupplierEnterpriseAccessApprovalRecord2Dao.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierEnterpriseAccessApprovalRecord2Mapper.xml
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierEnterpriseAccessMapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierEnterpriseAccessController.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/dao/BizSupplierProductionInspectionEquipment2Dao.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierMainProductsSalesStatus2.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierEnterpriseAccessApprovalRecord2Controller.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/dao/BizSupplierOtherSpecialNotes2Dao.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierMainProductsQualityPerformance2ManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierProductionProcessPerformance2ManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierEnterpriseQualificationDatabase2Controller.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/dao/BizSupplierMainProductsSalesStatus2Dao.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierEnterpriseAccessManager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierProductionProcessFlow2ManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierOtherSpecialNotes2Controller.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/dao/BizSupplierProductionProcessFlow2Dao.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierProductionInspectionEquipment2Manager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierOtherSpecialNotes2Manager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierOtherSpecialNotes2ManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierMainProductsPerformanceCustomerComplaints2Controller.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierMainRawMaterialsSuppliers2.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/dao/BizSupplierMainProductsPerformanceCustomerComplaints2Dao.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierEnterpriseQualificationDatabase2Mapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierProductionProcessFlow2Manager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierOtherSpecialNotes2.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierMainProductsSalesStatus2Mapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierEnterpriseAccessApprovalRecord2ManagerImpl.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierMainProductsQualityPerformance2Mapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierMainProductsSalesStatus2Controller.java
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierMainProductsPerformanceCustomerComplaints2Mapper.xml
The file was addedbiz-gyl-server/src/main/resources/mapper/supplierApply2/BizSupplierProductionProcessPerformance2Mapper.xml
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierEnterpriseQualificationDatabase2ManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierProductionInspectionEquipment2ManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierAccessBasicInformation2Manager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/impl/BizSupplierEnterpriseAccessManagerImpl.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierMainRawMaterialsSuppliers2Controller.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/dao/BizSupplierEnterpriseQualificationDatabase2Dao.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierMainProductsPerformanceCustomerComplaints2.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/manager/BizSupplierMainProductsQualityPerformance2Manager.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/model/BizSupplierAccessBasicInformation2.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/dao/BizSupplierMainRawMaterialsSuppliers2Dao.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/controller/BizSupplierMainProductsQualityPerformance2Controller.java
The file was addedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierApply2/dao/BizSupplierMainProductsQualityPerformance2Dao.java
Commit 066546c3a99ae19a69c34f7010f88cbf0333dbe3 by 864928171
feat(*): 1.物资分类分页查询增加排序 2.修改供应商绩效考核配置明细表上实体类字段 3.修复ConfigurationVo复制代码失败的问题
The file was modifiedbiz-gyl-server/src/main/resources/mapper/supplierEva/BizSupplierPerformanceEvaluationDetailsMapper.xml
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/model/BizSupplierPerformanceEvaluationDetails.java
The file was modifiedbiz-gyl-server/src/main/resources/mapper/thirdParty/BizCategoryMapper.xml
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/supplierEva/vo/ConfigurationVo.java
The file was modifiedbiz-gyl-server/src/main/java/com/artfess/gyl/thirdParty/controller/BizCategoryController.java