ソースを参照

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")