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>