zhanghua
2023-09-11 06bbe2b33d8f147a5c5b024f3c0e507b547e794b
ycl-common/src/main/resources/mapper/depart/UmsDepartMapper.xml
@@ -94,4 +94,7 @@
        HAVING
            count( * )= 1
    </select>
    <select id="getDepartType" resultType="java.lang.String">
        select name from ums_data_dictionary where id = #{id}
    </select>
</mapper>