Commit 3949c428 by 朱继来

调整

parent b9343daa
Showing with 1 additions and 1 deletions
...@@ -162,7 +162,7 @@ class SpecialController extends Controller ...@@ -162,7 +162,7 @@ class SpecialController extends Controller
$monolog = Log::getMonolog(); $monolog = Log::getMonolog();
$monolog->popHandler(); $monolog->popHandler();
Log::useDailyFiles(storage_path('logs/updateOrder.log')); Log::useDailyFiles(storage_path('logs/updateOrder.log'));
Log::info('替换已离职人员的订单,订单ID:'.$order_id.',之前的SALE ID:'.$sale_id); Log::info('客户账号:'.$v[0].',客服邮箱:'.$v[1].',替换已离职人员的订单,订单ID:'.$order_id.',之前的SALE ID:'.$sale_id);
} }
echo '替换sale_id完成';die; echo '替换sale_id完成';die;
......
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 sign in to comment