cloud-server-course/src/main/resources/mapper/TCoursePackageMapper.xml
@@ -78,6 +78,9 @@ <if test="null != item.coursePackageTypeId"> and a.coursePackageTypeId = #{item.coursePackageTypeId} </if> <if test="null != item.storeId"> and a.storeId = #{item.storeId} </if> <if test="null != item.name and '' != item.name"> and a.name line CONCAT('%', #{item.name}, '%') </if>