Quellcode durchsuchen

Merge branch 'master' of http://git.tjyourong.com.cn/ctop/adsp-cloud

yumeng vor 3 Jahren
Ursprung
Commit
42bfc5d1f0

+ 7 - 0
jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/mapper/xml/MaterialStareMapper.xml

@@ -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>