瀏覽代碼

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

csx 3 年之前
父節點
當前提交
554e1da26e
共有 2 個文件被更改,包括 4 次插入3 次删除
  1. 3 3
      controllers/sg/his_api_controller.go
  2. 1 0
      service/gdyb_service.go

+ 3 - 3
controllers/sg/his_api_controller.go 查看文件

4076
 
4076
 
4077
 	sickConfig, _ := service.FindSickById(sick_type)
4077
 	sickConfig, _ := service.FindSickById(sick_type)
4078
 
4078
 
4079
-	if tempOrder.ID == 0 {
4080
-		tempOrder, _ = service.GetTodayHisOrder(adminUser.CurrentOrgId, id, recordDateTime, his.Number)
4081
-	}
4079
+	//if tempOrder.ID == 0 {
4080
+	//	tempOrder, _ = service.GetTodayHisOrder(adminUser.CurrentOrgId, id, recordDateTime, his.Number)
4081
+	//}
4082
 
4082
 
4083
 	if tempOrder.ID == 0 {
4083
 	if tempOrder.ID == 0 {
4084
 		var result string
4084
 		var result string

+ 1 - 0
service/gdyb_service.go 查看文件

2128
 	inputMessage["infno"] = "2001" // 交易编码
2128
 	inputMessage["infno"] = "2001" // 交易编码
2129
 	inputData["psn_no"] = psn_no
2129
 	inputData["psn_no"] = psn_no
2130
 	inputData["insutype"] = insutype
2130
 	inputData["insutype"] = insutype
2131
+	inputData["fixmedins_code"] = baseParams.FixmedinsCode
2131
 	inputData["med_type"] = med_type
2132
 	inputData["med_type"] = med_type
2132
 	inputData["begntime"] = "2021-01-01 00:00:00"
2133
 	inputData["begntime"] = "2021-01-01 00:00:00"
2133
 	input["data"] = inputData
2134
 	input["data"] = inputData