Explorar o código

讲义列表参数业务

change %!s(int64=4) %!d(string=hai) anos
pai
achega
361fd9a0bd

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