change nominatim original function
This commit is contained in:
@@ -116,7 +116,7 @@ trait SafetyAndPrivacyReportAble
|
||||
}
|
||||
|
||||
|
||||
$temp = DB::select(DB::raw('SELECT edare_shahri_id, COUNT(*) as qty,info_id, step,step_fa, info_fa FROM safety_and_privacy where province_id ='.$province_id.' and created_at BETWEEN "'.$from_date.'" and "'.$date_to.'" GROUP BY info_id,step,edare_shahri_id order by edare_shahri_id'));
|
||||
$temp = DB::select('SELECT edare_shahri_id, COUNT(*) as qty,info_id, step,step_fa, info_fa FROM safety_and_privacy where province_id ='.$province_id.' and created_at BETWEEN "'.$from_date.'" and "'.$date_to.'" GROUP BY info_id,step,edare_shahri_id order by edare_shahri_id');
|
||||
$edare_shahri_id_flag = "";
|
||||
$sum = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user