1098226878
2021-09-13 b72b6223a8ca45b9328eec97cb25e83740f1cb4f
java110-db/src/main/resources/mapper/user/OrgServiceDaoImplMapper.xml
@@ -239,6 +239,9 @@
        <if test="allowOperation !=null and allowOperation != ''">
            and t.allow_operation= #{allowOperation}
        </if>
        <if test="orgId !=null and orgId != ''">
            and t.org_id= #{orgId}
        </if>
    </select>
    <!-- 查询上级组织信息 -->