瀏覽代碼

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

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

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

@@ -2747,7 +2747,7 @@ func (c *HisApiController) RefundNumber() {
2747 2747
 	patient_id, _ := c.GetInt64("patient_id")
2748 2748
 	admin_user_id, _ := c.GetInt64("admin_user_id")
2749 2749
 
2750
-	his_patient_id, _ := c.GetInt64("id")
2750
+	//his_patient_id, _ := c.GetInt64("id")
2751 2751
 
2752 2752
 	timeLayout := "2006-01-02"
2753 2753
 	loc, _ := time.LoadLocation("Local")