“djh”
3 days ago c26e227abe288476c11b0a8b7875045e71efa14c
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>