|
@@ -30,6 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="contactInfo != null and contactInfo != ''"> and contact_info = #{contactInfo}</if>
|
|
|
<if test="address != null and address != ''"> and address = #{address}</if>
|
|
|
<if test="isDel != null and isDel != ''"> and is_del = #{isDel}</if>
|
|
|
+ order by tenant_id desc
|
|
|
</select>
|
|
|
|
|
|
<select id="selectSysTenantByTenantId" parameterType="Long" resultMap="SysTenantResult">
|