Commit ccb8e05d authored by wwccw0591's avatar wwccw0591

pc

parent 70989393
...@@ -573,8 +573,9 @@ class OrderModel extends \DAO\AbstractModel ...@@ -573,8 +573,9 @@ class OrderModel extends \DAO\AbstractModel
} }
$diff = TIMESTAMP - $order['finnshedTime']; $diff = TIMESTAMP - $order['finnshedTime'];
if ($order['orderState'] == ApiConst::orderStateComplete && $diff < ApiConst::oneDaySecond) { if ($order['orderState'] == ApiConst::orderStateComplete && $diff < ApiConst::oneDaySecond) {
$refundStateName == DescribeConst::refundRetund; $refundStateName = DescribeConst::refundRetund;
} }
return $refundStateName; return $refundStateName;
} }
......
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