bug 处理
This commit is contained in:
parent
8539cf87a0
commit
ff78dc99fd
@ -66,6 +66,7 @@ public class PatientScriptServiceImpl implements PatientScriptService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<PatientScript> selectList(PatientScript patientScript) {
|
public List<PatientScript> selectList(PatientScript patientScript) {
|
||||||
|
patientScript.setStatus(null);
|
||||||
return scriptMapper.selectList(patientScript);
|
return scriptMapper.selectList(patientScript);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user