diff --git a/yanzhu-bigscreen/src/views/videoMonitor.vue b/yanzhu-bigscreen/src/views/videoMonitor.vue
index 8a5ef6b9..e842bbab 100644
--- a/yanzhu-bigscreen/src/views/videoMonitor.vue
+++ b/yanzhu-bigscreen/src/views/videoMonitor.vue
@@ -76,7 +76,7 @@ export default {
}
},
mounted() {
- this.$store.dispatch('ChangeNav', 7);
+ this.$store.dispatch('ChangeNav', 309);
this.dpi = this.$dpi();
window.addEventListener("resize", () => {
if (this.dpi != this.$dpi()) {
diff --git a/yanzhu-common/pom.xml b/yanzhu-common/pom.xml
deleted file mode 100644
index 882033ed..00000000
--- a/yanzhu-common/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
- com.yanzhu
- yanzhu
- 3.6.2
-
- 4.0.0
-
-
- yanzhu-common-log
- yanzhu-common-core
- yanzhu-common-redis
- yanzhu-common-swagger
- yanzhu-common-security
- yanzhu-common-datascope
- yanzhu-common-datasource
- yanzhu-common-mapper
-
-
- yanzhu-common
- pom
-
-
- yanzhu-common通用模块
-
-
-
diff --git a/yanzhu-common/yanzhu-common-core/pom.xml b/yanzhu-common/yanzhu-common-core/pom.xml
deleted file mode 100644
index 474002f4..00000000
--- a/yanzhu-common/yanzhu-common-core/pom.xml
+++ /dev/null
@@ -1,147 +0,0 @@
-
-
-
- com.yanzhu
- yanzhu-common
- 3.6.2
-
- 4.0.0
-
- yanzhu-common-core
-
-
- yanzhu-common-core核心模块
-
-
-
-
-
-
- org.springframework.cloud
- spring-cloud-starter-openfeign
-
-
-
-
- org.springframework.cloud
- spring-cloud-starter-loadbalancer
-
-
-
-
- org.springframework
- spring-context-support
-
-
-
-
- org.springframework
- spring-web
-
-
-
-
- com.alibaba
- transmittable-thread-local
-
-
-
-
- com.github.pagehelper
- pagehelper-spring-boot-starter
-
-
-
-
- org.springframework.boot
- spring-boot-starter-validation
-
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
-
-
-
-
- com.alibaba.fastjson2
- fastjson2
-
-
-
-
- io.jsonwebtoken
- jjwt
-
-
-
-
- javax.xml.bind
- jaxb-api
-
-
-
-
- org.apache.commons
- commons-lang3
-
-
-
-
- commons-io
- commons-io
-
-
-
-
- org.apache.poi
- poi-ooxml
-
-
-
-
- javax.servlet
- javax.servlet-api
-
-
-
-
- io.swagger
- swagger-annotations
-
-
-
- org.projectlombok
- lombok
-
-
-
-
- com.belerweb
- pinyin4j
-
-
-
-
- com.github.binarywang
- weixin-java-mp
-
-
-
-
- com.github.binarywang
- weixin-java-miniapp
-
-
-
-
- cn.hutool
- hutool-core
- ${hutool.version}
-
-
-
-
diff --git a/yanzhu-common/yanzhu-common-datascope/pom.xml b/yanzhu-common/yanzhu-common-datascope/pom.xml
deleted file mode 100644
index a836d788..00000000
--- a/yanzhu-common/yanzhu-common-datascope/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
- com.yanzhu
- yanzhu-common
- 3.6.2
-
- 4.0.0
-
- yanzhu-common-datascope
-
-
- yanzhu-common-datascope权限范围
-
-
-
-
-
-
- com.yanzhu
- yanzhu-common-security
-
-
-
-
\ No newline at end of file
diff --git a/yanzhu-common/yanzhu-common-datasource/pom.xml b/yanzhu-common/yanzhu-common-datasource/pom.xml
deleted file mode 100644
index d8933f3d..00000000
--- a/yanzhu-common/yanzhu-common-datasource/pom.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
- com.yanzhu
- yanzhu-common
- 3.6.2
-
- 4.0.0
-
- yanzhu-common-datasource
-
-
- yanzhu-common-datasource多数据源
-
-
-
-
-
-
- com.alibaba
- druid-spring-boot-starter
- ${druid.version}
-
-
-
-
- com.baomidou
- dynamic-datasource-spring-boot-starter
- ${dynamic-ds.version}
-
-
-
-
\ No newline at end of file
diff --git a/yanzhu-common/yanzhu-common-log/pom.xml b/yanzhu-common/yanzhu-common-log/pom.xml
deleted file mode 100644
index ee55dd7c..00000000
--- a/yanzhu-common/yanzhu-common-log/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
- com.yanzhu
- yanzhu-common
- 3.6.2
-
- 4.0.0
-
- yanzhu-common-log
-
-
- yanzhu-common-log日志记录
-
-
-
-
-
-
- com.yanzhu
- yanzhu-common-security
-
-
-
-
\ No newline at end of file
diff --git a/yanzhu-common/yanzhu-common-mapper/pom.xml b/yanzhu-common/yanzhu-common-mapper/pom.xml
deleted file mode 100644
index 9ec699b0..00000000
--- a/yanzhu-common/yanzhu-common-mapper/pom.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- com.yanzhu
- yanzhu-common
- 3.6.2
-
- 4.0.0
-
- yanzhu-common-mapper
-
-
- yanzhu-common-mapper
-
-
-
-
-
-
- com.yanzhu
- yanzhu-common-security
-
-
- org.projectlombok
- lombok
- provided
-
-
-
-
-
\ No newline at end of file
diff --git a/yanzhu-common/yanzhu-common-mapper/src/main/java/com/yanzhu/manage/mapper/ProProjectInfoMapper.java b/yanzhu-common/yanzhu-common-mapper/src/main/java/com/yanzhu/manage/mapper/ProProjectInfoMapper.java
index 73bbc81c..cf586b6e 100644
--- a/yanzhu-common/yanzhu-common-mapper/src/main/java/com/yanzhu/manage/mapper/ProProjectInfoMapper.java
+++ b/yanzhu-common/yanzhu-common-mapper/src/main/java/com/yanzhu/manage/mapper/ProProjectInfoMapper.java
@@ -74,4 +74,6 @@ public interface ProProjectInfoMapper
* @return
*/
public int updateDept(ProDept proDept);
+
+ List
selectMyProjectList(ProProjectInfo proProjectInfo);
}
diff --git a/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProMilestoneMapper.xml b/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProMilestoneMapper.xml
index 92b918eb..906f084f 100644
--- a/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProMilestoneMapper.xml
+++ b/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProMilestoneMapper.xml
@@ -103,11 +103,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
comid = #{comid},
project_id = #{projectId},
node_name = #{nodeName},
- scheduled_start = #{scheduledStart},
- scheduled_end = #{scheduledEnd},
- actual_start = #{actualStart},
- actual_end = #{actualEnd},
- days = #{days},
+ scheduled_start = #{scheduledStart},
+ scheduled_end = #{scheduledEnd},
+ actual_start = #{actualStart},
+ actual_end = #{actualEnd},
+ days = #{days},
explain_info = #{explainInfo},
is_del = #{isDel},
remark = #{remark},
diff --git a/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProProjectInfoMapper.xml b/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProProjectInfoMapper.xml
index 7a0b2937..73b634e8 100644
--- a/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProProjectInfoMapper.xml
+++ b/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProProjectInfoMapper.xml
@@ -345,5 +345,41 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where dept_id = #{deptId}
-
+
\ No newline at end of file
diff --git a/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProProjectInfoSubdeptsUsersMapper.xml b/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProProjectInfoSubdeptsUsersMapper.xml
index 8fbb3559..6fa25b11 100644
--- a/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProProjectInfoSubdeptsUsersMapper.xml
+++ b/yanzhu-common/yanzhu-common-mapper/src/main/resources/mapper/manage/ProProjectInfoSubdeptsUsersMapper.xml
@@ -273,7 +273,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
) u
ON u.craft_type = dic.dict_value
WHERE
- dic.dict_type = 'pro_craft_type';
+ dic.dict_type = 'pro_craft_type'