Commit a42465b3 by wqc

调整目录结构

parent 5ec607df
......@@ -26,9 +26,9 @@ redis.password:
#数据库源配置
jdbc.driver-class-name: com.mysql.cj.jdbc.Driver
jdbc.username: root
jdbc.password: Dk2019!23456
jdbc.master.url: jdbc:mysql://143.155.2.251:3306/visual_modeling_platform?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true
jdbc.hjk.url: jdbc:mysql://143.155.2.251:3306/data_collect?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true
jdbc.password: 123456
jdbc.master.url: jdbc:mysql://143.155.2.207:4417/visual_modeling_platform?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true
jdbc.hjk.url: jdbc:mysql://143.155.2.207:4417/data_collect?characterEncoding=utf8&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true
#jdbc.username: root
#jdbc.password: root
......
......@@ -82,7 +82,7 @@ public class MetaDataReq extends PageReqVo {
private String tableName;
private String categoryName;
private String groupName;
private String fieldName;
......
......@@ -62,11 +62,11 @@
t.field_name,
t.create_time,
a.english_name,
s.category_name
s.GROUP_NAME
FROM
meta_data_mapping t
LEFT JOIN meta_data a ON t.metadata_id = a.id
LEFT JOIN meta_data_category s ON a.category_id = s.id
LEFT JOIN DATA_CATEGORY_GROUP s ON a.category_id = s.id
<where>
<if test="englishName != null and englishName !=''">
a.english_name = #{englishName}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment