Browse Source

Merge branch 'exam_song' of http://git.dayaedu.com/yonge/mec

zouxuan 4 years ago
parent
commit
622c229c21
1 changed files with 1 additions and 8 deletions
  1. 1 8
      mec-biz/src/main/resources/config/mybatis/SysExamSongMapper.xml

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

@@ -106,14 +106,7 @@
 		LEFT JOIN sys_user su ON ses.create_user_id_ = su.id_
 		LEFT JOIN `subject` s ON FIND_IN_SET(s.id_,ses.subject_ids_)
 		<include refid="queryPageSql"/>
-		GROUP BY ses.id_
-		public Integer getCreateUserId() {
-		return createUserId;
-		}
-
-		public void setCreateUserId(Integer createUserId) {
-		this.createUserId = createUserId;
-		}ORDER BY ses.id_ DESC
+		GROUP BY ses.id_ ORDER BY ses.id_ DESC
 		<include refid="global.limit"/>
 	</select>