فهرست منبع

讲义列表参数业务

change 4 سال پیش
والد
کامیت
361fd9a0bd
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      zhongzheng-system/src/main/resources/mapper/modules/course/CourseHandoutsMapper.xml

+ 1 - 0
zhongzheng-system/src/main/resources/mapper/modules/course/CourseHandoutsMapper.xml

@@ -87,6 +87,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <if test="handoutsName != null and handoutsName != ''">
             AND s.handouts_name like (concat('%', #{handoutsName}, '%'))
         </if>
+        GROUP BY s.handouts_id
     </select>
 
 </mapper>