소스 검색

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

yangzian 3 년 전
부모
커밋
11452124af
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      jeecg-boot-material-view/src/main/java/org/jeecg/ctop/material/mapper/xml/MaterialStareMapper.xml

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