Parcourir la source

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

csx il y a 3 ans
Parent
révision
ba1d2ce9be
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Voir le fichier

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