|
@@ -9,7 +9,7 @@
|
|
left join dept as d
|
|
left join dept as d
|
|
on s.dept_id = d.id
|
|
on s.dept_id = d.id
|
|
left join staff_radio as sr
|
|
left join staff_radio as sr
|
|
- on s.s_id = sr.staff_id and sr.del_flag = 0
|
|
|
|
|
|
+ on s.s_id = sr.staff_id
|
|
left join top_radio as tr
|
|
left join top_radio as tr
|
|
on sr.radio_id = tr.id
|
|
on sr.radio_id = tr.id
|
|
<where>
|
|
<where>
|