Commit 6b24288e authored by zw's avatar zw

bug

parent bf7714c7
...@@ -266,7 +266,7 @@ class OrderLogService ...@@ -266,7 +266,7 @@ class OrderLogService
$arr["is_dividend"] = $is_dividend; $arr["is_dividend"] = $is_dividend;
} }
if ($last_transfer_time) { if ($last_transfer_time) {
$arr["last_transfer_time"] = date("Y-m-d H:i:s", $income_time); $arr["last_transfer_time"] = date("Y-m-d H:i:s", $last_transfer_time);
} }
return $arr; return $arr;
......
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