bug 处理

This commit is contained in:
13405411873 2025-04-16 00:17:24 +08:00
parent a9e48ef6b9
commit bb8f046095

View File

@ -190,6 +190,7 @@ public class PatientScriptServiceImpl implements PatientScriptService {
@Override
public Boolean save(PatientScript patientScript) throws IOException, InterruptedException {
patientScript.setStatus("生成中");
scriptMapper.updateStatus(patientScript);
// 多任务同时处理
taskExecutor.execute(new Runnable() {
@SneakyThrows