xiaoyu пре 3 година
родитељ
комит
e659ca7dfc

+ 1 - 0
admin/control/merchant.php

@@ -843,6 +843,7 @@ class merchantControl extends SystemControl
             showMessage('手动操作类型错误', 'index.php?act=refill_order&op=index');
         }
         $this->manual_log_record($refill_info, $type);
+        $this->log("手动处理,订单号:{$order_info['order_sn']}", 1);
         showMessage('操作成功');
     }
 

+ 1 - 0
admin/control/ordersendlist.php

@@ -562,6 +562,7 @@ class ordersendlistControl extends SystemControl
             util::pop_queue_order($order['mchid'], $order['mch_order']);
             QueueClient::push("NotifyMerchantComplete", ['order_id' => $order_id, 'manual' => true]);
         }
+        $this->log("手动强制处理", 1);
         showMessage('操作成功');
     }
 

+ 2 - 0
admin/control/refill_order_manual.php

@@ -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()]);
         }