zhanghua
2024-12-20 1f45c25ea725445d7e78e8d5da6e72150f35f2eb
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>