Explorar el Código

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

csx hace 4 años
padre
commit
0928d32b99
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      service/gdyb_service.go

+ 2 - 0
service/gdyb_service.go Ver fichero

@@ -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 {