|
|
@@ -141,7 +141,7 @@
|
|
|
t.org_name AS orgName,
|
|
|
t.org_path AS orgPath,
|
|
|
ifnull(count(0),0) AS shouldFinish,
|
|
|
- ifnull(SUM(t.status = 3),0) AS finish
|
|
|
+ ifnull(SUM(t.status = 2),0) AS finish
|
|
|
from core_edu_training_task t inner join sys_org o on t.org_id = o.id
|
|
|
<where>
|
|
|
<if test="request.orgPath != null">
|