Antiloveg 8 years ago
parent
commit
88dc41eafc

+ 2 - 2
src/main/java/com/goafanti/common/mapper/LectureUserMapper.xml

@@ -119,7 +119,7 @@
   	<if test="username != null">
   		and ui.username like CONCAT('%',#{username,jdbcType=VARCHAR},'%')
   	</if>
-  	order by lu.lecture_time desc
+  	order by lu.last_update_time desc
   	<if test="page_sql!=null">
 		${page_sql}
 	</if>
@@ -176,7 +176,7 @@
   	<if test="unitName != null">
   		and oi.unit_name like CONCAT('%',#{unitName,jdbcType=VARCHAR},'%')
   	</if>
-  	order by lu.lecture_time desc
+  	order by lu.last_update_time desc
   	<if test="page_sql!=null">
 		${page_sql}
 	</if>

File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/scienceTechnology/lecture.html