| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -1565,11 +1565,11 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * 项目处理节点附件保存 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @author zhaoqifeng | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @date 2020/12/22 9:18 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @param publicFile | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @param internalFile | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @param customerId | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @param projectId | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @param processId | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @param publicFile 公开文件 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @param internalFile 内部文件 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @param customerId 客户ID | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @param projectId 项目ID | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @param processId 节点ID | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 * @return void | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						 */ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						@Override | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -1591,7 +1591,7 @@ public class ProjectServiceImpl extends BaseServiceImpl<ProjectDao, ProjectEntit | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									entity.setAttachmentUrl(item.getUrl()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									entity.setSort(i); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									entity.setDuration(item.getDuration()); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									entity.setIsRelease(NumConstant.ONE); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									entity.setIsRelease(NumConstant.ZERO); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									list.add(entity); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
									i++; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								} | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |