|
|
@@ -74,7 +74,7 @@ class DepositController extends BaseController
|
|
|
|
|
|
|
|
|
$query->leftJoin('crm_mt4_deposit_log l','crm_deposit.id = l.log_id');
|
|
|
- $query->where("l.mt4_order_id != ''");
|
|
|
+// $query->where("l.mt4_order_id != ''");
|
|
|
$query->select('crm_deposit.*,l.mt4_order_id');
|
|
|
|
|
|
|