@@ -26,7 +26,7 @@
<select id="treeList" resultType="am.lodge.platform.model.Dept">
select id, name, case when PARENT_ID ='' or PARENT_ID is null then org_id else PARENT_ID end as parentId from SYS_Dept
where org_id = #{orgId}
- <if test="deptId!='' and deptId!='11421101'.toString()"> and id= #{deptId}</if>
+ <if test="deptId!='11421101'.toString()"> and id= #{deptId}</if>
order by order_Num
</select>