zouxuan 4 năm trước cách đây
mục cha
commit
179872bdf9

+ 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>