Browse Source

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

jingyuanchao 2 years ago
parent
commit
144de9d8a5

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

@@ -163,6 +163,7 @@
                 and t.end_date <![CDATA[<=]]> #{request.endDate}
             </if>
         </where>
+        group by t.org_id
     </select>
 
     <select id="checkHasTask" resultType="java.lang.Integer">