cloud-server-course/src/main/resources/mapper/TCoursePackageMapper.xml
@@ -86,7 +86,7 @@ </foreach> </if> <if test="null != item.name and '' != item.name"> and a.name line CONCAT('%', #{item.name}, '%') and a.name like CONCAT('%', #{item.name}, '%') </if> <if test="null != item.status"> and a.status = #{item.status}