bug 处理

This commit is contained in:
13405411873 2025-05-12 17:35:14 +08:00
parent 3549297051
commit 38f5d22946

View File

@ -709,7 +709,7 @@ public class PatientScriptServiceImpl implements PatientScriptService {
}
PatientScript patientScript3 =new PatientScript();
patientScript3.setStatus("生成异常");
patientScript.setType("noDti");
patientScript3.setType("noDti");
List<PatientScript> patientScriptList3 = scriptMapper.selectList(patientScript3);
//获取最后一个
if (CollectionUtil.isNotEmpty(patientScriptList3)){
@ -719,7 +719,7 @@ public class PatientScriptServiceImpl implements PatientScriptService {
}
PatientScript patientScript2 =new PatientScript();
patientScript2.setStatus("待生成");
patientScript.setType("noDti");
patientScript2.setType("noDti");
List<PatientScript> patientScriptList = scriptMapper.selectList(patientScript2);
//获取最后一个
if (CollectionUtil.isNotEmpty(patientScriptList)){
@ -741,7 +741,7 @@ public class PatientScriptServiceImpl implements PatientScriptService {
}
PatientScript patientScript3 =new PatientScript();
patientScript3.setStatus("生成异常");
patientScript.setType("dti");
patientScript3.setType("dti");
List<PatientScript> patientScriptList3 = scriptMapper.selectList(patientScript3);
//获取最后一个
if (CollectionUtil.isNotEmpty(patientScriptList3)){
@ -751,7 +751,7 @@ public class PatientScriptServiceImpl implements PatientScriptService {
}
PatientScript patientScript2 =new PatientScript();
patientScript2.setStatus("待生成");
patientScript.setType("dti");
patientScript2.setType("dti");
List<PatientScript> patientScriptList = scriptMapper.selectList(patientScript2);
//获取最后一个
if (CollectionUtil.isNotEmpty(patientScriptList)){