src/main/resources/mapping/UserMapper.xml
@@ -31,4 +31,8 @@
    <select id="findById" parameterType="String" resultType="com.highdatas.mdm.entity.User">
        select *  from user where user_id = #{value}
    </select>
    <select id="test" parameterType="String" resultType="java.util.Map">
        select *  from md_khxxcssj_copy1
    </select>
</mapper>