|
|
@ -47,7 +47,7 @@ |
|
|
|
from epdc_kpi_public_opinion sd |
|
|
|
where sd.DEL_FLAG = '0' |
|
|
|
<if test="deptId != null and deptId != ''"> |
|
|
|
and sd.DEPT_ID = #{deptId} |
|
|
|
and FIND_IN_SET(#{deptId},sd.ALL_DEPT_IDS) |
|
|
|
</if> |
|
|
|
<if test="monthYear != null and monthYear != ''"> |
|
|
|
and sd.MONTH_YEAR = #{monthYear} |
|
|
|