소스 검색

医保对接

csx 2 년 전
부모
커밋
819f13adb4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      controllers/his_api_controller.go

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

@@ -985,6 +985,9 @@ func (c *HisApiController) CreateHisPrescription() {
985 985
 	isMidicine := false
986 986
 	isCharge := false
987 987
 	if dataBody["prescriptions"] != nil && reflect.TypeOf(dataBody["prescriptions"]).String() == "[]interface {}" {
988
+
989
+
990
+
988 991
 		prescriptions, _ := dataBody["prescriptions"].([]interface{})
989 992
 		if len(prescriptions) > 0 {
990 993
 			for _, item := range prescriptions {