Commit 4e96c4c8 authored by zw's avatar zw

时间轴

parent 74a53851
...@@ -152,7 +152,7 @@ class ORefundModel extends Model{ ...@@ -152,7 +152,7 @@ class ORefundModel extends Model{
$where_["a.order_id"] = $params["order_id"]; $where_["a.order_id"] = $params["order_id"];
} }
if (isset($params["id"])) { if (isset($params["id"])) {
$where_["id"] = $params["id"]; $where_["a.id"] = $params["id"];
} }
return $this->db_ return $this->db_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment