소스 검색

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

jingyuanchao 2 년 전
부모
커밋
144de9d8a5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      soc-modules/soc-modules-core/src/main/resources/mapper/edu/CoreEduTrainingTaskMapper.xml

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