FIX_exportexcel
This commit is contained in:
parent
0f82b3a371
commit
3abe62546f
@ -1839,7 +1839,7 @@ class ExcelExportController extends ResourceController
|
|||||||
$builder->join('partner_staff S', 'S.id = pe.assigned_to', 'left');
|
$builder->join('partner_staff S', 'S.id = pe.assigned_to', 'left');
|
||||||
|
|
||||||
// 3. Where Conditions
|
// 3. Where Conditions
|
||||||
$builder->where('pp.manager_id', $managerId);
|
// $builder->where('pp.manager_id', $managerId);
|
||||||
$builder->where('pp.policy_number IS NOT NULL');
|
$builder->where('pp.policy_number IS NOT NULL');
|
||||||
$builder->where('pa.id', $AgentId);
|
$builder->where('pa.id', $AgentId);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user