Commit 3337f130 authored by zw's avatar zw

时间轴

parent 7fc4f0bf
...@@ -642,9 +642,10 @@ class OrderLogService ...@@ -642,9 +642,10 @@ class OrderLogService
} }
} }
//退款审核 //退款审核
$field_turn_down = ""; $field_turn_down = "id,refund_id,status,remark,operation_id,operation_name,create_time";
$turn_down["order_id"] = $order_id; $turn_down["order_id"] = $order_id;
$turn_down["status"] = array("in", ("2,4")); $turn_down["status"] = array("in", ("2,4"));
$turn_down["is_del"] = 0;
$turnDownData = $oRefundLogModel->getListAll($field_turn_down, $turn_down); $turnDownData = $oRefundLogModel->getListAll($field_turn_down, $turn_down);
if (count($turnDownData) > 0) { if (count($turnDownData) > 0) {
foreach ($turnDownData as $k2 => $v2) { foreach ($turnDownData as $k2 => $v2) {
......
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