Browse Source

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

csx 2 years ago
parent
commit
bb26503bb5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/zh/zh_his_api_controller.go

+ 1 - 1
controllers/zh/zh_his_api_controller.go View File

@@ -682,7 +682,7 @@ func (c *ZHHisApiController) GetZHInHospitalCheck() {
682 682
 	psn_info, _ := service.GetPsnByPatientId(patient.ID)
683 683
 
684 684
 	if miConfig.MdtrtareaAdmvs == "150499" {
685
-		if id_card_type == 1 {
685
+		if id_card_type == 2 {
686 686
 			mdtrt_cert_no := ""
687 687
 			card_sn := ""
688 688