Browse Source

修改

tags/v1.0.1-219.1332
wangyi 2 years ago
parent
commit
b9c95abcd5
40 changed files with 103 additions and 63 deletions
  1. +7
    -16
      src/main/java/com/stonedt/intelligence/controller/ProjectController.java
  2. +1
    -1
      src/main/resources/templates/displayboard/displayboard.html
  3. +1
    -1
      src/main/resources/templates/doctor/doctorDetail.html
  4. +1
    -1
      src/main/resources/templates/executionPerson/executionPersonDetail.html
  5. +1
    -1
      src/main/resources/templates/lawyer/lawyerDetail.html
  6. +1
    -1
      src/main/resources/templates/monitor/detail.html
  7. +1
    -1
      src/main/resources/templates/monitor/monitor.html
  8. +1
    -1
      src/main/resources/templates/monitor/overview.html
  9. +1
    -1
      src/main/resources/templates/professor/professorDetail.html
  10. +1
    -1
      src/main/resources/templates/projectCenter/createProject.html
  11. +1
    -1
      src/main/resources/templates/projectCenter/editProject.html
  12. +1
    -1
      src/main/resources/templates/projectCenter/projectlist.html
  13. +1
    -1
      src/main/resources/templates/projectCenter/projectlistDetail.html
  14. +1
    -1
      src/main/resources/templates/publicoption/eventAnalysisDetail.html
  15. +1
    -1
      src/main/resources/templates/publicoption/eventAnalysisList.html
  16. +1
    -1
      src/main/resources/templates/publicoption/eventAnalysisReport.html
  17. +1
    -1
      src/main/resources/templates/report/report.html
  18. +1
    -1
      src/main/resources/templates/report/reportList.html
  19. +1
    -1
      src/main/resources/templates/search/fullSearch.html
  20. +1
    -1
      src/main/resources/templates/search/full_search.html
  21. +1
    -1
      src/main/resources/templates/search/search_bidding_detail.html
  22. +1
    -1
      src/main/resources/templates/search/search_company_detail.html
  23. +1
    -1
      src/main/resources/templates/search/search_detail.html
  24. +1
    -1
      src/main/resources/templates/search/search_investment_detail.html
  25. +1
    -1
      src/main/resources/templates/search/search_invite_detail.html
  26. +1
    -1
      src/main/resources/templates/search/search_judgment_detail.html
  27. +1
    -1
      src/main/resources/templates/search/search_knowledge_detail.html
  28. +1
    -1
      src/main/resources/templates/search/search_report_detail.html
  29. +1
    -1
      src/main/resources/templates/search/search_result.html
  30. +1
    -1
      src/main/resources/templates/search/search_thesisn_detail.html
  31. +1
    -1
      src/main/resources/templates/setting/feedback.html
  32. +1
    -1
      src/main/resources/templates/setting/preference.html
  33. +1
    -1
      src/main/resources/templates/setting/userCenter.html
  34. +1
    -1
      src/main/resources/templates/setting/warning copy 2.html
  35. +1
    -1
      src/main/resources/templates/setting/warning.html
  36. +1
    -1
      src/main/resources/templates/setting/warningEdit.html
  37. +1
    -1
      src/main/resources/templates/setting/warningMessage.html
  38. +1
    -1
      src/main/resources/templates/user/login.html
  39. +1
    -1
      src/main/resources/templates/volume/volumeMonitor.html
  40. +58
    -9
      stonedt_portal.sql

+ 7
- 16
src/main/java/com/stonedt/intelligence/controller/ProjectController.java View File

@@ -475,12 +475,12 @@ public class ProjectController {
}
}
String kafukaResponse = MyHttpRequestUtil.doPostKafka("ikHotWords", message, kafuka_url);
RestTemplate template = new RestTemplate();
MultiValueMap<String, Object> paramMap = new LinkedMultiValueMap<String, Object>();
paramMap.add("text", message);
String result = template.postForObject(insert_new_words_url, paramMap, String.class);
System.out.println("result========================="+result);
// String kafukaResponse = MyHttpRequestUtil.doPostKafka("ikHotWords", message, kafuka_url);
// RestTemplate template = new RestTemplate();
// MultiValueMap<String, Object> paramMap = new LinkedMultiValueMap<String, Object>();
// paramMap.add("text", message);
// String result = template.postForObject(insert_new_words_url, paramMap, String.class);
// System.out.println("result========================="+result);
} else {
response.put("code", 500);
response.put("msg", "方案新增失败");
@@ -660,16 +660,7 @@ public class ProjectController {
}
String kafukaResponse = MyHttpRequestUtil.doPostKafka("ikHotWords", message, kafuka_url);
RestTemplate template = new RestTemplate();
MultiValueMap<String, Object> paramMap = new LinkedMultiValueMap<String, Object>();
paramMap.add("text", message);
try {
String result = template.postForObject(insert_new_words_url, paramMap, String.class);
System.out.println("result========================="+result);
} catch (Exception e) {
// TODO: handle exception
}
response.put("code", 200);


+ 1
- 1
src/main/resources/templates/displayboard/displayboard.html View File

@@ -980,7 +980,7 @@
<!-- footer start -->
<!-- ============================================================== -->
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
<!-- ============================================================== -->
<!-- footer end -->


+ 1
- 1
src/main/resources/templates/doctor/doctorDetail.html View File

@@ -238,7 +238,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
<script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script>


+ 1
- 1
src/main/resources/templates/executionPerson/executionPersonDetail.html View File

@@ -27,7 +27,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
<script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script>


+ 1
- 1
src/main/resources/templates/lawyer/lawyerDetail.html View File

@@ -27,7 +27,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
<script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script>


+ 1
- 1
src/main/resources/templates/monitor/detail.html View File

@@ -367,7 +367,7 @@
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/monitor/monitor.html View File

@@ -1579,7 +1579,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
<!-- right filter start-->


+ 1
- 1
src/main/resources/templates/monitor/overview.html View File

@@ -1136,7 +1136,7 @@
<div class="page-footer">© 2014-2021 南京涌亿思信息技术有限公司
<div class="page-footer">© 2014-2022 南京涌亿思信息技术有限公司
苏ICP备17066984号-1</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/professor/professorDetail.html View File

@@ -241,7 +241,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
<script th:src="@{/assets/libs/jquery/dist/jquery.min.js}"></script>


+ 1
- 1
src/main/resources/templates/projectCenter/createProject.html View File

@@ -259,7 +259,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/projectCenter/editProject.html View File

@@ -354,7 +354,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/projectCenter/projectlist.html View File

@@ -132,7 +132,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/projectCenter/projectlistDetail.html View File

@@ -120,7 +120,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/publicoption/eventAnalysisDetail.html View File

@@ -806,7 +806,7 @@
<!-- footer start -->
<!-- ============================================================== -->
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
<!-- ============================================================== -->
<!-- footer end -->


+ 1
- 1
src/main/resources/templates/publicoption/eventAnalysisList.html View File

@@ -154,7 +154,7 @@
<!-- footer start -->
<!-- ============================================================== -->
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
<!-- ============================================================== -->
<!-- footer end -->


+ 1
- 1
src/main/resources/templates/publicoption/eventAnalysisReport.html View File

@@ -271,7 +271,7 @@
<!-- footer start -->
<!-- ============================================================== -->
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
<!-- ============================================================== -->
<!-- footer end -->


+ 1
- 1
src/main/resources/templates/report/report.html View File

@@ -681,7 +681,7 @@
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/report/reportList.html View File

@@ -146,7 +146,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/search/fullSearch.html View File

@@ -152,7 +152,7 @@
<!-- footer start -->
<!-- ============================================================== -->
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
<!-- ============================================================== -->
<!-- footer end -->


+ 1
- 1
src/main/resources/templates/search/full_search.html View File

@@ -84,7 +84,7 @@
</div>
</div>
</div>
<div class="page-footer">© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1</div>
<div class="page-footer">© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1</div>
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/search/search_bidding_detail.html View File

@@ -115,7 +115,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/search/search_company_detail.html View File

@@ -159,7 +159,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/search/search_detail.html View File

@@ -278,7 +278,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/search/search_investment_detail.html View File

@@ -153,7 +153,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/search/search_invite_detail.html View File

@@ -129,7 +129,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/search/search_judgment_detail.html View File

@@ -118,7 +118,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/search/search_knowledge_detail.html View File

@@ -118,7 +118,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/search/search_report_detail.html View File

@@ -115,7 +115,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/search/search_result.html View File

@@ -1454,7 +1454,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
<div class="right-filtrate bg-white">


+ 1
- 1
src/main/resources/templates/search/search_thesisn_detail.html View File

@@ -116,7 +116,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/setting/feedback.html View File

@@ -435,7 +435,7 @@
<!-- footer start -->
<!-- ============================================================== -->
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
<!-- ============================================================== -->
<!-- footer end -->


+ 1
- 1
src/main/resources/templates/setting/preference.html View File

@@ -172,7 +172,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/setting/userCenter.html View File

@@ -112,7 +112,7 @@
<!-- footer start -->
<!-- ============================================================== -->
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
<!-- ============================================================== -->
<!-- footer end -->


+ 1
- 1
src/main/resources/templates/setting/warning copy 2.html View File

@@ -466,7 +466,7 @@
</div>
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>


+ 1
- 1
src/main/resources/templates/setting/warning.html View File

@@ -89,7 +89,7 @@
<!-- footer start -->
<!-- ============================================================== -->
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
<!-- ============================================================== -->
<!-- footer end -->


+ 1
- 1
src/main/resources/templates/setting/warningEdit.html View File

@@ -346,7 +346,7 @@
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/setting/warningMessage.html View File

@@ -156,7 +156,7 @@
<!-- footer start -->
<!-- ============================================================== -->
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
<!-- ============================================================== -->
<!-- footer end -->


+ 1
- 1
src/main/resources/templates/user/login.html View File

@@ -82,7 +82,7 @@
</div>
</form>
</div>
<div class="cus-footer" style="color: #5a5a5a;"> © 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1</div>
<div class="cus-footer" style="color: #5a5a5a;"> © 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1</div>
</div>
</div>
</div>


+ 1
- 1
src/main/resources/templates/volume/volumeMonitor.html View File

@@ -549,7 +549,7 @@
<!-- </div> -->
</div>
<div class="page-footer">
© 2014-2021 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
© 2014-2022 南京涌亿思信息技术有限公司 苏ICP备17066984号-1
</div>
</div>
</div>


+ 58
- 9
stonedt_portal.sql View File

@@ -1,7 +1,7 @@
/*
Navicat Premium Data Transfer

Source Server : s1.stonedt.com6201
Source Server : 192.168.71.73
Source Server Type : MySQL
Source Server Version : 50733
Source Host : s1.stonedt.com
@@ -11,7 +11,7 @@
Target Server Version : 50733
File Encoding : utf-8

Date: 02/14/2022 17:00:35 PM
Date: 02/14/2022 17:33:00 PM
*/

SET NAMES utf8mb4;
@@ -230,7 +230,14 @@ CREATE TABLE `opinion_condition` (
PRIMARY KEY (`id`),
UNIQUE KEY `opinion_condition_id` (`opinion_condition_id`) USING BTREE,
UNIQUE KEY `project_id` (`project_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=926 DEFAULT CHARSET=utf8mb4;
) ENGINE=InnoDB AUTO_INCREMENT=930 DEFAULT CHARSET=utf8mb4;

-- ----------------------------
-- Records of `opinion_condition`
-- ----------------------------
BEGIN;
INSERT INTO `opinion_condition` VALUES ('926', '2022-02-14 17:26:23', '1493154645307166720', '1493154645181337600', '4', '1', '[1,2,3]', '0', '1', '1', '', '', '[0]', '', '', '0', '0', '0', '0', '0', '0', '', '', '', ''), ('927', '2022-02-14 17:28:23', '1493155148741087232', '1493155148443291648', '4', '0', '[1,2,3]', '0', '1', '1', '', '', '[0]', '', '', '0', '0', '0', '0', '0', '0', '', '', '', ''), ('928', '2022-02-14 17:31:24', '1493155905670352896', '1493155905573883904', '4', '1', '[1,2,3]', '0', '1', '1', null, null, '[0]', '', null, null, null, null, null, null, null, null, null, null, null), ('929', '2022-02-14 17:31:59', '1493156056224894976', '1493156056132620288', '4', '1', '[1,2,3]', '0', '1', '1', null, null, '[0]', '', null, null, null, null, null, null, null, null, null, null, null);
COMMIT;

-- ----------------------------
-- Table structure for `organization`
@@ -272,7 +279,14 @@ CREATE TABLE `project` (
`group_id` bigint(20) DEFAULT NULL COMMENT '方案组id',
`user_id` bigint(20) DEFAULT NULL COMMENT '用户id',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=962 DEFAULT CHARSET=utf8mb4;
) ENGINE=InnoDB AUTO_INCREMENT=966 DEFAULT CHARSET=utf8mb4;

-- ----------------------------
-- Records of `project`
-- ----------------------------
BEGIN;
INSERT INTO `project` VALUES ('962', '2022-02-14 17:26:23', '1493154645181337600', '政府部门', '2022-02-14 17:26:23', '2', null, '汽车政策,汽车产业发展政策,汽车行业,新能源,汽车产业,汽车领域', '邵卫东,工信部,发改委,国家能源局,能源局,政府,政策,补贴,改革,地方政策,行业协会,领域专家,有关部门,促进发展', '', '', '涨停,跌停,证券,股票,股价,A股,券商,涨幅,买入,涨跌,融资券,跌幅,涨跌幅,归母净利润,分类信息,黄页88,商务网,建材网,机械网,机电之家,云商讯,招聘启事,人才招聘,沪深股市,物流专线,校园招聘,培训,就业信息网,基金托管,交易日,多少钱,哪家好,厂家价格,优质供应商,信托产品,资产转让,债权转让,中概股,港股通,沪深两市,诊股,价格快讯,港交所,深交所,抄底,证券代码,股票代码,股票开户,代写融资计划书,代写方案,证券之星,代写,代考,淘股吧,电机维修,家电维修,股东大会决议公告,招标,投标,铸铁加工,铸铁盖板,铸铁管件,硅藻泥设计,微孔铝单板,空包代发,专线发车,股指,棋牌手机,融资融券,暴涨,暴跌', '0', '1493154486150107136', '13900000000'), ('963', '2022-02-14 17:28:23', '1493155148443291648', '南京政策', '2022-02-14 17:28:23', '2', null, '南京市政府,政策,扶持创新,扶持创业,创新周,南京政府,市政府,科技局,发改委,经信委,产业园,人才引进,政府补贴,扶持力度,四新,城市创新,创新名城,智慧城市,新基建', '邵卫东,工信部,发改委,国家能源局,能源局,政府,政策,补贴,改革,地方政策,行业协会,领域专家,有关部门,促进发展', '大数据,人工智能,物联网,5G,区块链', '南京', '', '0', '1493154486150107136', '13900000000'), ('964', '2022-02-14 17:31:24', '1493155905573883904', '舆情监测', '2022-02-14 17:31:24', '1', null, '舆情监测|网络舆情监测|舆情监控|舆情分析|舆情系统|免费舆情|大数据舆情|舆情大数据|舆情信息简报|大数据舆情', '', '', '', '涨停|跌停|证券|股票|股价|A股|券商|涨幅|买入|涨跌|融资券|跌幅|涨跌幅|归母净利润|分类信息|黄页88|商务网|建材网|机械网|机电之家|云商讯|培训|招聘启事|人才招聘|沪深股市|物流专线|校园招聘|培训|就业信息网|基金托管|交易日|多少钱|哪家好|厂家价格|优质供应商|信托产品|资产转让|债权转让|中概股|港股通|沪深两市|诊股|价格快讯|港交所|深交所|抄底|证券代码|股票代码', '0', '1493154486150107136', '13900000000'), ('965', '2022-02-14 17:31:59', '1493156056132620288', '地方政策', '2022-02-14 17:31:59', '2', null, '汽车政策,新能源补贴,新能源政策,新能源汽车推广应用财政补贴政策', '', '', '上海,北京,广州,南京,江苏,浙江,杭州,深圳,广东', '涨停,跌停,证券,股票,股价,A股,券商,涨幅,买入,涨跌,融资券,跌幅,涨跌幅,归母净利润,分类信息,黄页88,商务网,建材网,机械网,机电之家,云商讯,培训,招聘启事,人才招聘,沪深股市,物流专线,校园招聘,培训,就业信息网,基金托管,交易日,多少钱,哪家好,厂家价格,优质供应商,信托产品,资产转让,债权转让,中概股,港股通,沪深两市,诊股,价格快讯', '0', '1493154486150107136', '13900000000');
COMMIT;

-- ----------------------------
-- Table structure for `project_task`
@@ -292,7 +306,14 @@ CREATE TABLE `project_task` (
`volume_flag` int(1) DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `project_id` (`project_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=777 DEFAULT CHARSET=utf8mb4;
) ENGINE=InnoDB AUTO_INCREMENT=781 DEFAULT CHARSET=utf8mb4;

-- ----------------------------
-- Records of `project_task`
-- ----------------------------
BEGIN;
INSERT INTO `project_task` VALUES ('777', '2022-02-14 17:26:23', '1493154645181337600', '2', '汽车政策,汽车产业发展政策,汽车行业,新能源,汽车产业,汽车领域', '', '邵卫东,工信部,发改委,国家能源局,能源局,政府,政策,补贴,改革,地方政策,行业协会,领域专家,有关部门,促进发展', '', '涨停,跌停,证券,股票,股价,A股,券商,涨幅,买入,涨跌,融资券,跌幅,涨跌幅,归母净利润,分类信息,黄页88,商务网,建材网,机械网,机电之家,云商讯,招聘启事,人才招聘,沪深股市,物流专线,校园招聘,培训,就业信息网,基金托管,交易日,多少钱,哪家好,厂家价格,优质供应商,信托产品,资产转让,债权转让,中概股,港股通,沪深两市,诊股,价格快讯,港交所,深交所,抄底,证券代码,股票代码,股票开户,代写融资计划书,代写方案,证券之星,代写,代考,淘股吧,电机维修,家电维修,股东大会决议公告,招标,投标,铸铁加工,铸铁盖板,铸铁管件,硅藻泥设计,微孔铝单板,空包代发,专线发车,股指,棋牌手机,融资融券,暴涨,暴跌', '0', '0'), ('778', '2022-02-14 17:28:23', '1493155148443291648', '2', '南京市政府,政策,扶持创新,扶持创业,创新周,南京政府,市政府,科技局,发改委,经信委,产业园,人才引进,政府补贴,扶持力度,四新,城市创新,创新名城,智慧城市,新基建', '南京', '邵卫东,工信部,发改委,国家能源局,能源局,政府,政策,补贴,改革,地方政策,行业协会,领域专家,有关部门,促进发展', '大数据,人工智能,物联网,5G,区块链', '', '0', '0'), ('779', '2022-02-14 17:31:24', '1493155905573883904', '1', '舆情监测|网络舆情监测|舆情监控|舆情分析|舆情系统|免费舆情|大数据舆情|舆情大数据|舆情信息简报|大数据舆情', '', '', '', '涨停|跌停|证券|股票|股价|A股|券商|涨幅|买入|涨跌|融资券|跌幅|涨跌幅|归母净利润|分类信息|黄页88|商务网|建材网|机械网|机电之家|云商讯|培训|招聘启事|人才招聘|沪深股市|物流专线|校园招聘|培训|就业信息网|基金托管|交易日|多少钱|哪家好|厂家价格|优质供应商|信托产品|资产转让|债权转让|中概股|港股通|沪深两市|诊股|价格快讯|港交所|深交所|抄底|证券代码|股票代码', '0', '0'), ('780', '2022-02-14 17:32:00', '1493156056132620288', '2', '汽车政策,新能源补贴,新能源政策,新能源汽车推广应用财政补贴政策', '上海,北京,广州,南京,江苏,浙江,杭州,深圳,广东', '', '', '涨停,跌停,证券,股票,股价,A股,券商,涨幅,买入,涨跌,融资券,跌幅,涨跌幅,归母净利润,分类信息,黄页88,商务网,建材网,机械网,机电之家,云商讯,培训,招聘启事,人才招聘,沪深股市,物流专线,校园招聘,培训,就业信息网,基金托管,交易日,多少钱,哪家好,厂家价格,优质供应商,信托产品,资产转让,债权转让,中概股,港股通,沪深两市,诊股,价格快讯', '0', '0');
COMMIT;

-- ----------------------------
-- Table structure for `publicoption_detail`
@@ -447,7 +468,14 @@ CREATE TABLE `solution_group` (
`del_status` int(1) DEFAULT '0' COMMENT '软删除(0:否 1:是)',
PRIMARY KEY (`id`),
KEY `group_name` (`group_name`,`user_id`,`del_status`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=556 DEFAULT CHARSET=utf8mb4;
) ENGINE=InnoDB AUTO_INCREMENT=557 DEFAULT CHARSET=utf8mb4;

-- ----------------------------
-- Records of `solution_group`
-- ----------------------------
BEGIN;
INSERT INTO `solution_group` VALUES ('556', '2022-02-14 17:25:45', '1493154486150107136', '国家政策', '13900000000', '0');
COMMIT;

-- ----------------------------
-- Table structure for `submodule`
@@ -513,7 +541,14 @@ CREATE TABLE `systemlog` (
`type` varchar(50) DEFAULT NULL COMMENT '类型',
`createtime` datetime DEFAULT NULL COMMENT '创建时间',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13628 DEFAULT CHARSET=utf8mb4 COMMENT='系统操作日志表';
) ENGINE=InnoDB AUTO_INCREMENT=13659 DEFAULT CHARSET=utf8mb4 COMMENT='系统操作日志表';

-- ----------------------------
-- Records of `systemlog`
-- ----------------------------
BEGIN;
INSERT INTO `systemlog` VALUES ('13628', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '用户登录', '用户登录', '登录', '2022-02-14 17:23:28'), ('13629', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-列表', '查询', '2022-02-14 17:23:34'), ('13630', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-新建方案组', '新增', '2022-02-14 17:25:45'), ('13631', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-列表', '查询', '2022-02-14 17:25:45'), ('13632', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '方案组监测列表', '查询', '2022-02-14 17:25:45'), ('13633', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-新增方案', '新增', '2022-02-14 17:25:47'), ('13634', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-新增方案', '提交新增', '2022-02-14 17:26:23'), ('13635', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-新增方案', '提交新增', '2022-02-14 17:27:25'), ('13636', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-列表', '查询', '2022-02-14 17:27:27'), ('13637', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '方案组监测列表', '查询', '2022-02-14 17:27:28'), ('13638', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-新增方案', '新增', '2022-02-14 17:27:44'), ('13639', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-新增方案', '提交新增', '2022-02-14 17:28:23'), ('13640', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-新增方案', '提交新增', '2022-02-14 17:29:05'), ('13641', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '用户登录', '用户登录', '登录', '2022-02-14 17:30:25'), ('13642', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '数据监测', '数据监测-列表', '查询', '2022-02-14 17:30:25'), ('13643', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '数据监测', '数据监测-列表', '查询', '2022-02-14 17:30:29'), ('13644', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '数据监测', '数据监测-列表', '查询', '2022-02-14 17:30:30'), ('13645', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '数据监测', '数据监测-列表', '查询', '2022-02-14 17:30:53'), ('13646', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-方案详情', '查询', '2022-02-14 17:30:57'), ('13647', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-列表', '查询', '2022-02-14 17:30:58'), ('13648', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '方案组监测列表', '查询', '2022-02-14 17:30:58'), ('13649', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-新增方案', '新增', '2022-02-14 17:30:59'), ('13650', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-新增方案', '提交新增', '2022-02-14 17:31:24'), ('13651', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-列表', '查询', '2022-02-14 17:31:25'), ('13652', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '方案组监测列表', '查询', '2022-02-14 17:31:25'), ('13653', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-新增方案', '新增', '2022-02-14 17:31:37'), ('13654', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-新增方案', '提交新增', '2022-02-14 17:31:59'), ('13655', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-列表', '查询', '2022-02-14 17:32:00'), ('13656', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '方案组监测列表', '查询', '2022-02-14 17:32:00'), ('13657', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '监测管理-列表', '查询', '2022-02-14 17:32:02'), ('13658', 'CHROME9', '97', '98.0.4758.80', 'MAC_OS_X', null, '169.254.154.159', '监测管理', '方案组监测列表', '查询', '2022-02-14 17:32:02');
COMMIT;

-- ----------------------------
-- Table structure for `user`
@@ -539,7 +574,14 @@ CREATE TABLE `user` (
`wechatflag` int(1) DEFAULT NULL COMMENT '微信绑定状态(1代表绑定 0代表捆绑)',
`is_online` int(1) DEFAULT NULL COMMENT '是否在线',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8mb4;
) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8mb4;

-- ----------------------------
-- Records of `user`
-- ----------------------------
BEGIN;
INSERT INTO `user` VALUES ('97', '2022-02-14 17:22:13', '13900000000', '13900000000', 'e10adc3949ba59abbe56e057f20f883e', '13900000000@qq.com', '2022-02-14 17:30:25', '1', null, null, null, '2', null, null, null, null, null, '1');
COMMIT;

-- ----------------------------
-- Table structure for `user_apply`
@@ -657,7 +699,14 @@ CREATE TABLE `warning_setting` (
`warning_interval` varchar(255) DEFAULT NULL COMMENT '预警间隔json([type]1:实时预警 2:定时预警 [time]:时间,可为空)',
PRIMARY KEY (`id`),
UNIQUE KEY `project_id` (`project_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=917 DEFAULT CHARSET=utf8mb4;
) ENGINE=InnoDB AUTO_INCREMENT=921 DEFAULT CHARSET=utf8mb4;

-- ----------------------------
-- Records of `warning_setting`
-- ----------------------------
BEGIN;
INSERT INTO `warning_setting` VALUES ('917', '2022-02-14 17:26:23', '1493154645428801536', '1493154645181337600', '0', '预警', '', '1,2,3,4,5,6,7,8,9,10,11', '0', '0', '2', '0', '{\"type\":\"1\",\"email\":\"\"}', '{\"start\":\"00:00\",\"end\":\"23:00\"}', '1', '{\"type\":\"1\",\"time\":\"1\"}'), ('918', '2022-02-14 17:28:23', '1493155148850139136', '1493155148443291648', '0', '预警', '', '1,2,3,4,5,6,7,8,9,10,11', '0', '0', '2', '0', '{\"type\":\"1\",\"email\":\"\"}', '{\"start\":\"00:00\",\"end\":\"23:00\"}', '1', '{\"type\":\"1\",\"time\":\"1\"}'), ('919', '2022-02-14 17:31:24', '1493155905775210496', '1493155905573883904', '0', '预警', '', '1,2,3,4,5,6,7,8,9,10,11', '0', '0', '2', '0', '{\"type\":\"1\",\"email\":\"\"}', '{\"start\":\"00:00\",\"end\":\"23:00\"}', '1', '{\"type\":\"1\",\"time\":\"1\"}'), ('920', '2022-02-14 17:31:59', '1493156056325558272', '1493156056132620288', '0', '预警', '', '1,2,3,4,5,6,7,8,9,10,11', '0', '0', '2', '0', '{\"type\":\"1\",\"email\":\"\"}', '{\"start\":\"00:00\",\"end\":\"23:00\"}', '1', '{\"type\":\"1\",\"time\":\"1\"}');
COMMIT;

-- ----------------------------
-- Table structure for `wechatqrcode`


Loading…
Cancel
Save