|
@@ -342,6 +342,9 @@ public class PatientInfoDjFacade extends PatientInfoServiceImpl {
|
|
|
* @return
|
|
|
*/
|
|
|
private List<RegisterInfoDTO> getRegisterInfo(SignInVO signInVO) {
|
|
|
+ if (!signInVO.getHospitalCode().equals("33010400")){
|
|
|
+ return null;
|
|
|
+ }
|
|
|
String retJson = " [{"
|
|
|
+ "\"hospitalCode\": \"33010400\","
|
|
|
+ "\"hospitalName\": \"江干区卫计局\","
|