Joburgess преди 5 години
родител
ревизия
45654df775
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      edu-user/edu-user-server/src/main/resources/config/mybatis/ExamOrganizationRelationMapper.xml

+ 0 - 3
edu-user/edu-user-server/src/main/resources/config/mybatis/ExamOrganizationRelationMapper.xml

@@ -173,9 +173,6 @@
 					#{organId}
 				</foreach>
 			</if>
-			<if test="tenantId != null and tenantId != 0">
-				AND ear.tenant_id_ = #{tenantId}
-			</if>
 			<if test="settlementType!=null">
 				AND ear.settlement_type_=#{settlementType,typeHandler=com.keao.edu.common.dal.CustomEnumTypeHandler}
 			</if>