puzhibing
2023-08-01 366d407470b8953170b2579ae6f4a79a34fbbddf
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>