|
@@ -51,6 +51,8 @@ class refill_order_manualControl extends SystemControl
|
|
|
showMessage('手动操作类型错误', 'index.php?act=refill_order&op=index');
|
|
|
}
|
|
|
$this->manual_record([$refill_info], $type, $order_id, '手动强制处理');
|
|
|
+ $this->log("手动强制处理,订单号:{$order_info['order_sn']}", 1);
|
|
|
+
|
|
|
if($refill_info['notify_time'] == 0) {
|
|
|
$mod_refill->edit($order_id, ['notify_state' =>1, 'notify_time' => time()]);
|
|
|
}
|