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
|
||||
hs_err_pid*
|
||||
|
||||
/upload/**
|
@ -224,8 +224,9 @@ public class RecordServiceImpl implements RecordService {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void record2word(String idNumber, HttpServletResponse response) {
|
||||
//TODO 导出为word
|
||||
public void record2word(String uuid, HttpServletResponse response) {
|
||||
Record record = recordDao.getRecord(uuid);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -16,5 +16,5 @@ spring:
|
||||
port: 6379
|
||||
|
||||
file:
|
||||
path: ./
|
||||
url: ./
|
||||
path: ./upload/
|
||||
url: /upload/
|
||||
|
Loading…
x
Reference in New Issue
Block a user