“djh”
5 days ago 9abc6588d464269024d3e680b98cfd71e2acc84e
multi-system/src/main/resources/mapper/system/CourseEffectivenMapper.xml
@@ -39,6 +39,9 @@
            <if test="companyId!=null">
                and ce.company_id = #{companyId}
            </if>
            <if test="openYear != null and openYear != ''">
                AND YEAR(ce.open_time) = #{openYear}
            </if>
        ORDER BY
            ce.create_time DESC
    </select>