Bläddra i källkod

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

csx 3 år sedan
förälder
incheckning
554e1da26e
2 ändrade filer med 4 tillägg och 3 borttagningar
  1. 3 3
      controllers/sg/his_api_controller.go
  2. 1 0
      service/gdyb_service.go

+ 3 - 3
controllers/sg/his_api_controller.go Visa fil

@@ -4076,9 +4076,9 @@ func (c *HisApiController) GetUploadInfo() {
4076 4076
 
4077 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 4083
 	if tempOrder.ID == 0 {
4084 4084
 		var result string

+ 1 - 0
service/gdyb_service.go Visa fil

@@ -2128,6 +2128,7 @@ func Gdyb2001(baseParams models.BaseParams, psn_no string, insutype string, med_
2128 2128
 	inputMessage["infno"] = "2001" // 交易编码
2129 2129
 	inputData["psn_no"] = psn_no
2130 2130
 	inputData["insutype"] = insutype
2131
+	inputData["fixmedins_code"] = baseParams.FixmedinsCode
2131 2132
 	inputData["med_type"] = med_type
2132 2133
 	inputData["begntime"] = "2021-01-01 00:00:00"
2133 2134
 	input["data"] = inputData