business/src/main/java/com/ycl/service/impl/ProjectInfoServiceImpl.java
@@ -159,6 +159,10 @@ ProjectInfoForm.getEntityByForm(form, entity); Long userId = SecurityUtils.getUserId(); entity.setUpdateBy(userId); //如果不是储备项目(不是未开工项目)不需要审核 if(ProjectConstant.COMMIT.equals(entity.getUsedStatus()) && ProjectStatusEnum.PENDDING.getType().equals(entity.getProjectStatus())){ entity.setUsedStatus(ProjectConstant.PASS); } //更新项目信息 baseMapper.updateById(entity); List<File> fileList = form.getFileList();