|
|
|
@ -24,7 +24,7 @@ |
|
|
|
peo.testing_files |
|
|
|
peo.testing_files |
|
|
|
FROM |
|
|
|
FROM |
|
|
|
sup_task_testing_alcohol_people peo |
|
|
|
sup_task_testing_alcohol_people peo |
|
|
|
left join sup_police p on peo.id_code = p.id_code and p.del = 0 |
|
|
|
left join sup_police p on peo.emp_no = p.emp_no and p.del = 0 |
|
|
|
left join sup_depart d on peo.depart_id = d.id |
|
|
|
left join sup_depart d on peo.depart_id = d.id |
|
|
|
${ew.getCustomSqlSegment} |
|
|
|
${ew.getCustomSqlSegment} |
|
|
|
|
|
|
|
|
|
|
|
|