|
|
@@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
from sys_tenant where (host_pc = #{hostPc} or host_h5 = #{hostH5} or host_live = #{hostLive} or host_h5_seller = #{hostH5Seller} or host_admin = #{hostAdmin})
|
|
|
</select>
|
|
|
|
|
|
- <select id="getListNoTenant" parameterType="java.lang.Long" resultType="com.zhongzheng.modules.system.domain.SysTenant">
|
|
|
+ <select id="getListNoTenant" parameterType="java.lang.String" resultType="com.zhongzheng.modules.system.domain.SysTenant">
|
|
|
SELECT * FROM sys_tenant WHERE share_class = 1 AND `status` = 1 AND tenant_id != #{tenantId}
|
|
|
</select>
|
|
|
<select id="getExamRoomTenant" resultType="com.zhongzheng.modules.system.domain.SysTenant">
|