ソースを参照

盯盘-运营数据导出-master-end

yangzian 3 年 前
コミット
11452124af

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