Sfoglia il codice sorgente

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

csx 3 anni fa
parent
commit
580eccdb2e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      controllers/zh/zh_his_api_controller.go

+ 1 - 1
controllers/zh/zh_his_api_controller.go Vedi File

@@ -1753,7 +1753,7 @@ func (c *ZHHisApiController) ZHRefundDetail() {
1753 1753
 	his_patient_id, _ := c.GetInt64("his_patient_id")
1754 1754
 	record_time := c.GetString("record_time")
1755 1755
 	settle_accounts_type, _ := c.GetInt64("settle_accounts_type")
1756
-	order_id, _ := c.GetInt64("order_id")
1756
+	//order_id, _ := c.GetInt64("order_id")
1757 1757
 	admin_user_id, _ := c.GetInt64("admin_user_id")
1758 1758
 
1759 1759
 	timeLayout := "2006-01-02"