weizong song 5 years ago
parent 683740cde5
commit a9b8422d1e

@ -158,7 +158,6 @@ class StatisticsController extends CommonController
$model = $model->where("id", ">", $request->last_id);
}
$orderItems = $model->with("order")->limit(20)->get();
dd(DB::getQueryLog(),$orderItems->toArray());
if (!$orderItems->count()) {
dd("已处理完毕");

Loading…
Cancel
Save