bug 处理
This commit is contained in:
parent
a9e48ef6b9
commit
bb8f046095
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user