Explorar el Código

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

csx hace 3 años
padre
commit
ba1d2ce9be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Ver fichero

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