医院版本
This commit is contained in:
parent
c1ca68f150
commit
b11ceee6a9
@ -108,7 +108,7 @@ public class PatientScriptServiceImpl implements PatientScriptService {
|
||||
String unique_id = generateOtp();
|
||||
String playground = "playground"+unique_id;
|
||||
String format = DateUtil.format(new Date(), "yyyy-MM-dd");
|
||||
unzip(patientScript.getFilePath(),"/data/" +format+"/"+ playground);
|
||||
unzip(patientScript.getFilePath(),"/data/" +format+"/"+ playground+"/个体数据");
|
||||
Map<String, Object> shMap = new LinkedHashMap<>();
|
||||
shMap.put("outPath",format+"/output-"+unique_id);
|
||||
shMap.put("filePath", patientScript.getFilePath());
|
||||
|
Loading…
Reference in New Issue
Block a user