bug 处理

This commit is contained in:
13405411873 2025-04-14 23:55:16 +08:00
parent 8539cf87a0
commit ff78dc99fd

View File

@ -66,6 +66,7 @@ public class PatientScriptServiceImpl implements PatientScriptService {
@Override
public List<PatientScript> selectList(PatientScript patientScript) {
patientScript.setStatus(null);
return scriptMapper.selectList(patientScript);
}