Browse Source

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

csx 3 years ago
parent
commit
0928d32b99
1 changed files with 2 additions and 0 deletions
  1. 2 0
      service/gdyb_service.go

+ 2 - 0
service/gdyb_service.go View File

@@ -700,6 +700,8 @@ func Gdyb2204(psnNo string, mdtrtId string, hisPrescription []*models.HisPrescri
700 700
 				feedetailInfo["hosp_appr_flag"] = 1 // 医院审批标志
701 701
 			} else if item.HospApprFlag == 3 {
702 702
 				feedetailInfo["hosp_appr_flag"] = 2 // 医院审批标志
703
+			} else {
704
+				feedetailInfo["hosp_appr_flag"] = 1 // 医院审批标志
703 705
 			}
704 706
 
705 707
 		} else {