Explorar el Código

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

csx hace 3 años
padre
commit
f913f65089
Se han modificado 3 ficheros con 3 adiciones y 4 borrados
  1. 1 2
      main.go
  2. 1 1
      service/gdyb_service.go
  3. 1 1
      service/hbyb_service.go

+ 1 - 2
main.go Ver fichero

@@ -5,7 +5,6 @@ import (
5 5
 	"fmt"
6 6
 	"gdyb/models"
7 7
 	_ "gdyb/routers"
8
-	"gdyb/service"
9 8
 	"github.com/astaxie/beego"
10 9
 	"github.com/qiniu/api.v7/auth/qbox"
11 10
 	"github.com/qiniu/api.v7/storage"
@@ -15,7 +14,7 @@ import (
15 14
 )
16 15
 
17 16
 func init() {
18
-	service.ConnectDB()
17
+	//service.ConnectDB()
19 18
 	//org_id, _ := beego.AppConfig.Int64("org_id")
20 19
 	//miConfig, _ := service.FindMedicalInsuranceInfo(org_id)
21 20
 	//CreateLog(miConfig)

+ 1 - 1
service/gdyb_service.go Ver fichero

@@ -1227,7 +1227,7 @@ func Gdyb2207(psnNo string, mdtrtId string, chrgBchno string, certNo string, ins
1227 1227
 		if med_type == "11" {
1228 1228
 			inputData["med_type"] = "110104" // 医疗类别 11 普通门诊  12 门诊挂号
1229 1229
 		} else if med_type == "14" {
1230
-			inputData["med_type"] = "140110" // 医疗类别 11 普通门诊  12 门诊挂号
1230
+			inputData["med_type"] = "140101" // 医疗类别 11 普通门诊  12 门诊挂号
1231 1231
 		}
1232 1232
 	} else {
1233 1233
 		inputData["med_type"] = med_type // 医疗类别 11 普通门诊  12 门诊挂号

+ 1 - 1
service/hbyb_service.go Ver fichero

@@ -557,7 +557,7 @@ func Hbyb2207(psnNo string, mdtrtId string, chrgBchno string, certNo string, ins
557 557
 		if med_type == "11" {
558 558
 			inputData["med_type"] = "110104" // 医疗类别 11 普通门诊  12 门诊挂号
559 559
 		} else if med_type == "14" {
560
-			inputData["med_type"] = "140110" // 医疗类别 11 普通门诊  12 门诊挂号
560
+			inputData["med_type"] = "140101" // 医疗类别 11 普通门诊  12 门诊挂号
561 561
 		}
562 562
 	} else {
563 563
 		inputData["med_type"] = med_type // 医疗类别 11 普通门诊  12 门诊挂号