Procházet zdrojové kódy

Merge branch 'online1' of http://git.dayaedu.com/yonge/mec into network_room

zouxuan před 4 roky
rodič
revize
201391dd2d

+ 3 - 0
mec-biz/src/main/resources/config/mybatis/SysExamSongMapper.xml

@@ -98,6 +98,9 @@
 					AND ses.create_user_id_ = #{createUserId}
 				</if>
 			</if>
+			<if test="subjectId != null">
+				AND FIND_IN_SET(#{subjectId},ses.subject_ids_)
+			</if>
 		</where>
 	</sql>
 	<!-- 分页查询 -->