change local dev
This commit is contained in:
		
							parent
							
								
									81c9ec5ddb
								
							
						
					
					
						commit
						35a16f6f49
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -48,3 +48,4 @@ gen
 | 
				
			|||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 | 
					# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 | 
				
			||||||
hs_err_pid*
 | 
					hs_err_pid*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/upload/**
 | 
				
			||||||
@ -224,8 +224,9 @@ public class RecordServiceImpl implements RecordService {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
    public void record2word(String idNumber, HttpServletResponse response) {
 | 
					    public void record2word(String uuid, HttpServletResponse response) {
 | 
				
			||||||
        //TODO 导出为word
 | 
					        Record record = recordDao.getRecord(uuid);
 | 
				
			||||||
 | 
					        
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @Override
 | 
					    @Override
 | 
				
			||||||
 | 
				
			|||||||
@ -16,5 +16,5 @@ spring:
 | 
				
			|||||||
    port: 6379
 | 
					    port: 6379
 | 
				
			||||||
 | 
					
 | 
				
			||||||
file:
 | 
					file:
 | 
				
			||||||
  path: ./
 | 
					  path: ./upload/
 | 
				
			||||||
  url: ./
 | 
					  url: /upload/
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user