Преглед изворни кода

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

csx пре 3 година
родитељ
комит
580eccdb2e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      controllers/zh/zh_his_api_controller.go

+ 1 - 1
controllers/zh/zh_his_api_controller.go Прегледај датотеку

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