Просмотр исходного кода

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

csx 3 лет назад
Родитель
Сommit
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")