|
@@ -76,11 +76,11 @@ public class PatientInfoFacade extends PatientInfoServiceImpl {
|
|
|
list.add(new SignInDTO("A001", "浙江大学医学院附属邵逸夫医院", "D01", "全科", "YS001", "付", "1600", "沈强", "2019-08-19 19:20:50", "44", "15"));
|
|
|
list.add(new SignInDTO("A001", "浙江大学医学院附属邵逸夫医院", "D02", "儿科", "YS004", "顾testjdy", "1600", "沈强", "2019-08-19 11:51:32", "44", "18"));
|
|
|
if(signInVO.getPatientInfoType().equals("101")){
|
|
|
- if(signInVO.getPatientInfo().equals("a01")){
|
|
|
+ if(signInVO.getPatientInfo().equals("10123439991230120X")){
|
|
|
list.remove(1);
|
|
|
- }else if(signInVO.getPatientInfo().equals("a02")){
|
|
|
+ }else if(signInVO.getPatientInfo().equals("666666180002301234")){
|
|
|
list.clear();
|
|
|
- }else if(signInVO.getPatientInfo().equals("a03")){
|
|
|
+ }else if(signInVO.getPatientInfo().equals("100000201901010000")){
|
|
|
return null;
|
|
|
}
|
|
|
}
|