陈昶聿
2 天以前 cc4192ab020954b878dc2b26f4b54d8648b504fe
ruoyi-system/src/main/resources/mapper/system/SysDeptMapper.xml
@@ -144,6 +144,9 @@
        <if test="orgid != null and orgid != ''">
            and d.orgid = #{orgid}
        </if>
        <if test="deptType != null and deptType != ''">
            and d.dept_type = #{deptType}
        </if>
        limit 1
    </select>