소스 검색

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 4 년 전
부모
커밋
0b13a10f77
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      controllers/sz/sz_his_api_controller.go

+ 3 - 0
controllers/sz/sz_his_api_controller.go 파일 보기

@@ -449,6 +449,9 @@ func (c *SZHisApiController) GetRegisterInfo() {
449 449
 		is_yidi = 1
450 450
 		tempPatient, _ := service.GetPatientByNumber(id_card_number, adminInfo.CurrentOrgId)
451 451
 		//根据业务的人员信息跟设备读社保卡获取的信息进行匹配,判断是否为同一个人,相同则进行挂号操作,不同则报错
452
+		fmt.Println(tempPatient.ID)
453
+		fmt.Println(patient_id)
454
+
452 455
 		if tempPatient.ID == patient_id {
453 456
 			if ret4 == 0 { //本地卡流程
454 457
 				if is_yidi == 1 {