|
|
|
|
|
|
|
|
->innerJoinWith($optionsSearch['join_with'], true) |
|
|
->innerJoinWith($optionsSearch['join_with'], true) |
|
|
->where([ |
|
|
->where([ |
|
|
'payment.id_producer' => GlobalParam::getCurrentProducerId(), |
|
|
'payment.id_producer' => GlobalParam::getCurrentProducerId(), |
|
|
//'payment.mean_payment' => MeanPayment::CREDIT |
|
|
|
|
|
]) |
|
|
]) |
|
|
|
|
|
->andWhere("payment.type = 'initial-credit' OR payment.type = 'credit' OR payment.type = 'debit' OR (payment.type = 'payment' AND payment.mean_payment = 'credit') OR (payment.type = 'refund' AND payment.mean_payment = 'credit')") |
|
|
->orderBy('id DESC') |
|
|
->orderBy('id DESC') |
|
|
; |
|
|
; |
|
|
|
|
|
|