芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/app/Http/Controllers/Admin/ProfitLogsController.php
whereHas('transactions', function ($query) { $query->whereNotIn('type', [PaymentGatewayConst::TYPEADDMONEY, PaymentGatewayConst::TYPEMONEYOUT,PaymentGatewayConst::TYPEADDSUBTRACTBALANCE]); }) ->latest()->paginate(20); return view('admin.sections.profits.index',compact( 'page_title','profits' )); } }