医院版本

This commit is contained in:
zhuchunyun 2025-03-30 20:47:44 +08:00
parent c1ca68f150
commit b11ceee6a9

View File

@ -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());