csx преди 4 години
родител
ревизия
8c0b66b114
променени са 2 файла, в които са добавени 7 реда и са изтрити 6 реда
  1. 5 4
      routers/router.go
  2. 2 2
      service/sz_his_service.go

+ 5 - 4
routers/router.go Целия файл

@@ -1,7 +1,8 @@
1 1
 package routers
2 2
 
3 3
 import (
4
-	"gdyb/controllers/sz"
4
+	"gdyb/controllers/sg"
5
+	//"gdyb/controllers/sz"
5 6
 	//"gdyb/controllers/sz"
6 7
 	//admin_api "XT_New/controllers/admin_api_controllers"
7 8
 	"github.com/astaxie/beego"
@@ -19,8 +20,8 @@ func init() {
19 20
 		AllowCredentials: true,
20 21
 	}))
21 22
 
22
-	//sg.HisManagerApiRegistRouters()
23
-	//sg.GdybRegistRouters()
24
-	sz.SZHisManagerApiRegistRouters()
23
+	sg.HisManagerApiRegistRouters()
24
+	sg.GdybRegistRouters()
25
+	//sz.SZHisManagerApiRegistRouters()
25 26
 
26 27
 }

+ 2 - 2
service/sz_his_service.go Целия файл

@@ -260,7 +260,7 @@ func SzybFY004(doctor string, doctor_code string, fixmedins_code string, total f
260 260
 	inputMessage["transVersion"] = version_code // 交易编码
261 261
 
262 262
 	inputData["akc190"] = mz_number
263
-	inputData["aka130"] = "11"
263
+	inputData["aka130"] = "15"
264 264
 	inputData["bkc320"] = drug_doctor_code
265 265
 	inputData["ckc350"] = drug_doctor_name
266 266
 	inputData["aka030"] = "12"
@@ -312,7 +312,7 @@ func SzybFY005(doctor string, doctor_code string, fixmedins_code string, total f
312 312
 	inputData["aaz500"] = account
313 313
 	inputData["bzz269"] = "000000"
314 314
 	inputData["akc190"] = mz_number
315
-	inputData["aka130"] = "11"
315
+	inputData["aka130"] = "15"
316 316
 	inputData["bkc320"] = drug_doctor
317 317
 	inputData["ckc350"] = drug_doctor_name
318 318
 	inputData["aka030"] = "12"