|
@ -885,7 +885,7 @@ |
|
|
SELECT DEPT_NAME, |
|
|
SELECT DEPT_NAME, |
|
|
count(CHECK_STATE='0' or null) as finishedCount, |
|
|
count(CHECK_STATE='0' or null) as finishedCount, |
|
|
count(CHECK_STATE='1' or null) as unfinishedCount |
|
|
count(CHECK_STATE='1' or null) as unfinishedCount |
|
|
FROM `epidemic_user_info` |
|
|
FROM esua_epdc_custom.`epidemic_user_info` |
|
|
where DEL_FLAG='0' |
|
|
where DEL_FLAG='0' |
|
|
and FIND_IN_SET(#{communityId},PARENT_DEPT_IDS) |
|
|
and FIND_IN_SET(#{communityId},PARENT_DEPT_IDS) |
|
|
group by DEPT_ID |
|
|
group by DEPT_ID |
|
|