| 
					
				 | 
			
			
				@@ -390,11 +390,8 @@ public class SettingsService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             Files.copy(file.getInputStream(), filePath, StandardCopyOption.REPLACE_EXISTING); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             log.info("文件:{}, code:{}", file.getName(), code); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             String url = "http://172.16.32.167:8077/doctorSignatureImage/" + fileName; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            dao.putAutographImage(code, url); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             js.put("url", url); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             js.put("name", fileName); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return ResultVoUtil.success(js); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } catch (IOException e) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             log.error("上传错误:{}", e.getMessage()); 
			 |