Browse Source

管乐迷需求迭代

zouxuan 2 years ago
parent
commit
352843939f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/SysExamSongMapper.xml

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

@@ -74,7 +74,7 @@
 	</update>
 	<sql id="queryPageSql">
 		<where>
-			ses.del_flag_ = 0 and ses.tenant_id_ = #{tenantId}
+			ses.del_flag_ = 0
 			<if test="search != null and search != ''">
 				AND (ses.id_ = #{search} OR ses.name_ LIKE CONCAT('%',#{search},'%'))
 			</if>