Browse Source

教育培训统计报表查询bug处理

jingyuanchao 2 năm trước cách đây
mục cha
commit
1e3c2e4791

+ 1 - 1
soc-modules/soc-modules-core/src/main/resources/mapper/edu/CoreEduTrainingTaskMapper.xml

@@ -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">