FIX_BDS_REPORT_NOT_LIST
This commit is contained in:
parent
bcfa5f0410
commit
190838db3d
@ -2564,7 +2564,7 @@
|
||||
$default_date_filter
|
||||
$conditions
|
||||
|
||||
GROUP BY pt.policy_no, pcsd.insurer_id
|
||||
GROUP BY pt.policy_no, pt.endorsement_no, pcsd.insurer_id
|
||||
|
||||
UNION ALL
|
||||
|
||||
@ -2701,7 +2701,7 @@
|
||||
$default_date_filter
|
||||
$conditions
|
||||
|
||||
GROUP BY pt.policy_no, pcsd.insurer_id, insq.month
|
||||
GROUP BY pt.policy_no, pt.endorsement_no, pcsd.insurer_id, insq.month
|
||||
|
||||
) AS final_result
|
||||
|
||||
@ -2719,6 +2719,7 @@
|
||||
";
|
||||
$query = $this->db->query($sql);
|
||||
$result = $query->getResultArray();
|
||||
// dd($this->db->getLastQuery());
|
||||
|
||||
$keys = [];
|
||||
$filtered = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user