فهرست منبع

管乐迷需求迭代

zouxuan 2 سال پیش
والد
کامیت
352843939f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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>
 	</update>
 	<sql id="queryPageSql">
 	<sql id="queryPageSql">
 		<where>
 		<where>
-			ses.del_flag_ = 0 and ses.tenant_id_ = #{tenantId}
+			ses.del_flag_ = 0
 			<if test="search != null and search != ''">
 			<if test="search != null and search != ''">
 				AND (ses.id_ = #{search} OR ses.name_ LIKE CONCAT('%',#{search},'%'))
 				AND (ses.id_ = #{search} OR ses.name_ LIKE CONCAT('%',#{search},'%'))
 			</if>
 			</if>