号源排序显示

main
yanzai 1 year ago
parent 285565d1d7
commit c1a976b6e7

@ -120,7 +120,7 @@ class PlanController extends Controller
$query->where('amount_limit2', 0)->orWhere('amount_limit2', '>=', $amount); $query->where('amount_limit2', 0)->orWhere('amount_limit2', '>=', $amount);
}); });
} }
$list=$list->get(); $list=$list->orderBy('time','asc')->get();
// 获取前后各三天的日期 // 获取前后各三天的日期

Loading…
Cancel
Save