csx 4 年前
父节点
当前提交
c130ff1bba
共有 4 个文件被更改,包括 1169 次插入973 次删除
  1. 1 1
      conf/app.conf
  2. 1165 972
      controllers/sz/sz_his_api_controller.go
  3. 1 0
      models/sz_his_models.go
  4. 2 0
      service/sz_his_service.go

+ 1 - 1
conf/app.conf 查看文件

44
 
44
 
45
 
45
 
46
 [prod]
46
 [prod]
47
-org_id = 3877
47
+org_id = 9919
48
 mobile_token_expiration_second = 86400
48
 mobile_token_expiration_second = 86400
49
 httpdomain = https://api.xt.kuyicloud.com
49
 httpdomain = https://api.xt.kuyicloud.com
50
 sso_domain = https://sso.kuyicloud.com
50
 sso_domain = https://sso.kuyicloud.com

文件差异内容过多而无法显示
+ 1165 - 972
controllers/sz/sz_his_api_controller.go


+ 1 - 0
models/sz_his_models.go 查看文件

13
 	Count              float64
13
 	Count              float64
14
 	ChargeOrderDate    string
14
 	ChargeOrderDate    string
15
 	DoctorCode         string
15
 	DoctorCode         string
16
+	Total              float64
16
 }
17
 }

+ 2 - 0
service/sz_his_service.go 查看文件

85
 		feedetailInfo["aka067"] = "元"
85
 		feedetailInfo["aka067"] = "元"
86
 		feedetailInfo["akc271"] = item.ChargeOrderDate
86
 		feedetailInfo["akc271"] = item.ChargeOrderDate
87
 		feedetailInfo["bkc320"] = item.DoctorCode
87
 		feedetailInfo["bkc320"] = item.DoctorCode
88
+		feedetailInfo["akc264"] = item.Total
89
+
88
 		feedetail = append(feedetail, feedetailInfo)
90
 		feedetail = append(feedetail, feedetailInfo)
89
 	}
91
 	}
90
 	inputData["inputlist"] = feedetail
92
 	inputData["inputlist"] = feedetail