baizonghao
2023-03-18 49c3bb0fc7875bb0c1f231a958fafc6a732fea40
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>