吉安感知网项目-后端
linwei
2026-02-26 2f5ae2209fd4ba216a612f5494bd002b97f12c23
机构查询通过 sysType
1 files modified
4 ■■■■ changed files
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/DeptMapper.xml 4 ●●●● patch | view | raw | blame | history
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/DeptMapper.xml
@@ -77,8 +77,8 @@
    <select id="tree" resultMap="treeNodeResultMap">
        select id, parent_id, dept_name as title, id as "value", id as "key" from blade_dept where is_deleted = 0
        <if test="_parameter!=null and _parameter!=''">
            and tenant_id = #{_parameter}
        <if test="param1!=null and param1!=''">
            and tenant_id = #{param1}
        </if>
        <if test="param2!=null and param2!=''">
            and sys_type = #{param2}