zouxuan %!s(int64=2) %!d(string=hai) anos
pai
achega
b9a7b85475

+ 3 - 0
cms/src/main/resources/config/mybatis/SysNewsInformationMapper.xml

@@ -307,6 +307,9 @@
 		<if test="subType != null">
 			AND sub_type_ = #{subType}
 		</if>
+		<if test="memo == null or memo == ''">
+			AND (memo_ IS NULL OR memo_ = '')
+		</if>
 		<if test="memo != null and memo !=''">
 			AND memo_ = #{memo}
 		</if>

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/CourseScheduleMapper.xml

@@ -535,7 +535,7 @@
     <select id="getCourseSchedulesWithDate" resultMap="courseScheduleDto">
         SELECT
             cs.id_ seal_class_id_,
-            cg.name_,
+            cs.name_,
             cs.type_,
             cs.id_,
             cs.class_date_,