@@ -1161,4 +1161,11 @@
+ <select id="getColumnInfo" resultType="com.alibaba.fastjson.JSONObject">
+
+ select json from ctop_column_load where user_id = #{userId} and column_type = #{columnType}
+ </select>
</mapper>