瀏覽代碼

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

csx 3 年之前
父節點
當前提交
580eccdb2e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/zh/zh_his_api_controller.go

+ 1 - 1
controllers/zh/zh_his_api_controller.go 查看文件

@@ -1753,7 +1753,7 @@ func (c *ZHHisApiController) ZHRefundDetail() {
1753 1753
 	his_patient_id, _ := c.GetInt64("his_patient_id")
1754 1754
 	record_time := c.GetString("record_time")
1755 1755
 	settle_accounts_type, _ := c.GetInt64("settle_accounts_type")
1756
-	order_id, _ := c.GetInt64("order_id")
1756
+	//order_id, _ := c.GetInt64("order_id")
1757 1757
 	admin_user_id, _ := c.GetInt64("admin_user_id")
1758 1758
 
1759 1759
 	timeLayout := "2006-01-02"