From 0719606312de0403f5231fa220db700faa0f5f9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167>
Date: Mon, 10 Apr 2023 11:34:22 +0800
Subject: [PATCH 1/7] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=B3=95=E8=A7=84?=
=?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=89=B9=E9=87=8F=E5=A4=84=E7=90=86=E5=AE=A1?=
=?UTF-8?q?=E6=89=B9=E4=B8=8D=E5=9B=BA=E5=AE=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/confirmationDrawer.vue | 23 ++++++++++---------
.../reviewedByThePersonInCharge.vue | 8 +++----
2 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/confirmationDrawer.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/confirmationDrawer.vue
index 8d89b4242..5803af6d8 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/confirmationDrawer.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/confirmationDrawer.vue
@@ -366,7 +366,7 @@
}
.box-two {
- margin-bottom: 438px;
+ /*margin-bottom: 438px;*/
}
.header-text {
@@ -380,16 +380,17 @@
}
.drawer-review {
- position: absolute;
- bottom: 40px;
- z-index: 1001;
- height: 404px;
- width: 100%;
- padding: 24px;
- border-top: 1px solid #e8e8e8;
- left: 0;
- background: #fff;
- border-radius: 0 0 2px 2px;
+ /*position: absolute;*/
+ /*bottom: 40px;*/
+ /*z-index: 1001;*/
+ /*height: 404px;*/
+ /*width: 100%;*/
+ /*padding: 24px;*/
+ /*border-top: 1px solid #e8e8e8;*/
+ /*left: 0;*/
+ /*background: #fff;*/
+ /*border-radius: 0 0 2px 2px;*/
+ margin-bottom: 40px;
}
.formAdd {
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/reviewedByThePersonInCharge.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/reviewedByThePersonInCharge.vue
index 1cc79009c..9efc1ec45 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/reviewedByThePersonInCharge.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/reviewedByThePersonInCharge.vue
@@ -30,10 +30,6 @@
{{$t('adopt')}}
-
- {{$t('sendBack')}}
-
{{$t('accord')}}
@@ -46,6 +42,10 @@
{{$t('notInvolved')}}
+
+ {{$t('sendBack')}}
+
{{$t('turnToDo')}}
From a42d6b9742634a38a91664a24bc912771f450912 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167>
Date: Mon, 10 Apr 2023 13:50:21 +0800
Subject: [PATCH 2/7] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=B3=95=E8=A7=84?=
=?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=89=B9=E9=87=8F=E5=A4=84=E7=90=86=E5=AE=A1?=
=?UTF-8?q?=E6=89=B9=E4=B8=8D=E5=9B=BA=E5=AE=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../library/docDetail/index.vue | 21 +++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
diff --git a/jero-web/src/views/documentManage/library/docDetail/index.vue b/jero-web/src/views/documentManage/library/docDetail/index.vue
index ecab1cebb..7d1380177 100644
--- a/jero-web/src/views/documentManage/library/docDetail/index.vue
+++ b/jero-web/src/views/documentManage/library/docDetail/index.vue
@@ -104,7 +104,7 @@
@click="breakdown(valItem)"
v-if="valItem.splitFlag == 1"
:title="$t('StandardBreakdown')"
- type="profile" />
+ type="profile"/>
@@ -673,7 +673,7 @@
if (res.success) {
this.rightTitleList = res.result
this.rightTitleList.push({
- name:this.$t('DetailsPhasedImplementation'),
+ name: this.$t('DetailsPhasedImplementation')
})
} else {
this.rightTitleList = []
@@ -857,7 +857,8 @@
color: #040B29;
font-weight: bold;
}
- .text-field-right-text{
+
+ .text-field-right-text {
width: calc(50% - 140px);
}
}
@@ -1000,16 +1001,28 @@
margin-right: 10px
}
+ .TextInformation {
+ display: flex;
+ flex-wrap: wrap;
+ }
+
.TextInformation-box {
- width: 100%;
+ width: calc(50% - 10px);
height: auto;
+ display: inline-block;
overflow: hidden;
+ margin-right: 20px;
+ }
+
+ .TextInformation-box:nth-child(even) {
+ margin-right: 0;
}
.TextInformation-box-title {
background: #F5F6F7;
border-radius: 4px;
width: 100%;
+ display: inline-block;
height: 56px;
padding: 0 16px;
line-height: 56px;
From d14e6e1a7c77ab2218bcdda04499bec6fba7046b Mon Sep 17 00:00:00 2001
From: cuijiaming <1410452759@qq.com>
Date: Mon, 10 Apr 2023 14:03:25 +0800
Subject: [PATCH 3/7] =?UTF-8?q?bug68002=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ProjectRelatedPersonnelServiceImpl.java | 72 +++++++++----------
1 file changed, 35 insertions(+), 37 deletions(-)
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/project/service/impl/ProjectRelatedPersonnelServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/project/service/impl/ProjectRelatedPersonnelServiceImpl.java
index 0bae6ed58..9382bec93 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/project/service/impl/ProjectRelatedPersonnelServiceImpl.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/project/service/impl/ProjectRelatedPersonnelServiceImpl.java
@@ -743,7 +743,7 @@ public class ProjectRelatedPersonnelServiceImpl extends ServiceImpl
Date: Mon, 10 Apr 2023 14:31:22 +0800
Subject: [PATCH 4/7] =?UTF-8?q?=E9=A3=9E=E4=B9=A6=E6=B6=88=E6=81=AF-?=
=?UTF-8?q?=E6=96=87=E6=A1=A3=E5=BA=93=E7=BC=96=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../BussDocumentLibraryEOServiceImpl.java | 19 ++++++---
.../feishu/enums/TemplateInfoEnum2.java | 12 ++++++
.../feishu/service/IFeishuService.java | 7 ++++
.../service/impl/FeishuServiceImpl.java | 40 ++++++++++++++++++-
4 files changed, 72 insertions(+), 6 deletions(-)
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java
index 2930eae6a..404e8c632 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java
@@ -45,6 +45,7 @@ import com.jero.modules.document.vo.QueryConditionVO;
import com.jero.modules.domain.entity.DomainUserRel;
import com.jero.modules.domain.service.DomainUserRelService;
import com.jero.modules.domain.service.impl.DomainManageServiceImpl;
+import com.jero.modules.feishu.enums.TemplateInfoEnum2;
import com.jero.modules.feishu.service.IFeishuService;
import com.jero.modules.feishu.vo.FeishuMsgVo;
import com.jero.modules.home.entity.HomeDocumentDynamicEO;
@@ -3731,20 +3732,28 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl", "")
- .replaceAll("","").replaceAll("\"", "<");
+ .replaceAll("","");
+// .replaceAll("\"", "<");
feishuMsgVo.setContent(replaceAllCn);
//
- iFeishuService.sendCardMsgDocument(userIdListUpdateFeishu.toArray(new String[]{}), feishuMsgVo);
+// iFeishuService.sendCardMsgDocument(userIdListUpdateFeishu.toArray(new String[]{}), feishuMsgVo);
+ //飞书消息(模板-20230410)
+ Map params = new HashMap<>();
+ params.put("contentInfoFeiCn",replaceAllCn);
+ params.put("contentInfoFeiEn",contentInfoFei);
+ params.put("userIdList",userIdListUpdate);
+ params.put("back_url",url);
+ iFeishuService.sendMessageSubscriptionNotification(TemplateInfoEnum2.SUBSCRIPTION_INFORM.getValue(),params);
// String contentInfoFei = "In the "+category + " " + serialNumber +" you subscribed to, "+sysUser.getUsername()+" changed the " + sbStr.toString();;
// //跳转文档详情
// String url = backUrl + "/docManage/library/detail?id=" + id;
// iFeishuService.batchSendMessage(userIdListUpdateFeishu.toArray(new String[]{}), contentInfoFei, MessageTypeEnum.READ.getName(), url);
- } catch (IOException e) {
+ } catch (Exception e) {
log.error("文档新增飞书消息推送失败");
}
}
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/enums/TemplateInfoEnum2.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/enums/TemplateInfoEnum2.java
index 974aea868..2636b4e1f 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/enums/TemplateInfoEnum2.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/enums/TemplateInfoEnum2.java
@@ -67,6 +67,18 @@ public enum TemplateInfoEnum2 {
VALIDATION_COMPLIANCE_CONFIRMATION2("验证符合性流程-公用消息-红色","ctp_AAu2lBI6MV0i"),
VALIDATION_COMPLIANCE_CONFIRMATION3("验证符合性流程-公用消息-黄色","ctp_AAupcD3RBbUV"),
+ /**
+ * 订阅通知
+ */
+ SUBSCRIPTION_INFORM("通用-订阅消息模板","ctp_AAfvdg0Cy90I"),
+
+ /**
+ * 转发推送
+ */
+ TRANSPOND_PUSH1("转发推送",""),
+
+
+
;
String name;
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/service/IFeishuService.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/service/IFeishuService.java
index bfcab0f60..486751a42 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/service/IFeishuService.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/service/IFeishuService.java
@@ -130,4 +130,11 @@ public interface IFeishuService {
* @throws IOException
*/
Result> batchSendLarkCardMsgByTemplate2(JSONObject json) throws IOException;
+
+ /**
+ * 飞书消息模板--订阅通知
+ * @param templeteId
+ * @param params
+ */
+ void sendMessageSubscriptionNotification(String templeteId,Map params);
}
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/service/impl/FeishuServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/service/impl/FeishuServiceImpl.java
index 251300b9e..c15aeca58 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/service/impl/FeishuServiceImpl.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/feishu/service/impl/FeishuServiceImpl.java
@@ -34,7 +34,12 @@ import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import java.io.IOException;
-import java.util.*;
+import java.util.ArrayList;
+import java.util.Arrays;
+import java.util.HashMap;
+import java.util.List;
+import java.util.Map;
+import java.util.Objects;
import java.util.stream.Collectors;
/**
@@ -1431,4 +1436,37 @@ public class FeishuServiceImpl implements IFeishuService {
return Result.OK();
}
+ @Override
+ public void sendMessageSubscriptionNotification(String templeteId, Map params) {
+ List userIdList = (List) params.get("userIdList");
+ if (CollectionUtils.isNotEmpty(userIdList)) {
+ List userInfoList = this.sysUserService.querySysUserListByIdList(userIdList);
+
+ String contentCn = (String) params.get("contentInfoFeiCn");
+ String contentEn = (String) params.get("contentInfoFeiEn");
+ String back_url = (String) params.get("back_url");
+ try {
+ for (String userId : userIdList) {
+ String thirdId = this.sysUserService.getUserThirdIdByUserId(userInfoList,userId);
+ if(StringUtils.isNotEmpty(thirdId)){
+ // 根据结束时间进行排序,获取最近的时间,发消息时使用。
+ JSONObject larkMesJson = new JSONObject();
+ larkMesJson.put("template_id", templeteId);
+ larkMesJson.put("userIds",thirdId);
+ Map templateVariableMap = new HashMap<>();
+ templateVariableMap.put("contentInfoFeiCn",contentCn);
+ templateVariableMap.put("contentInfoFeiEn",contentEn);
+ templateVariableMap.put("view_url_cn",back_url);
+ templateVariableMap.put("view_url_en",back_url);
+
+ larkMesJson.put("templateVariableMap",templateVariableMap);
+ batchSendLarkCardMsgByTemplate2(larkMesJson);
+ }
+ }
+ } catch (Exception e) {
+ log.error("飞书消息推送失败");
+ }
+ }
+ }
+
}
From e82a256f50383baef5c712438cd7042a5882d626 Mon Sep 17 00:00:00 2001
From: cuijiaming <1410452759@qq.com>
Date: Mon, 10 Apr 2023 15:31:08 +0800
Subject: [PATCH 5/7] =?UTF-8?q?bug68007=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../dummy/entity/DummyInventoryInfoEO.java | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/entity/DummyInventoryInfoEO.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/entity/DummyInventoryInfoEO.java
index 3d882045c..5deafa061 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/entity/DummyInventoryInfoEO.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/entity/DummyInventoryInfoEO.java
@@ -197,7 +197,7 @@ public class DummyInventoryInfoEO implements Serializable {
private java.lang.String remark;
/**设计符合性确认-交付物类型*/
- @Excel(name = "设计-交付物类型", width = 15,dicCode ="deliverable_template")
+ @Excel(name = "交付物类型", width = 15,dicCode ="deliverable_template",groupName = "设计符合性确认")
@ApiModelProperty(value = "设计符合性确认-交付物类型")
// @Dict(dicCode ="deliverable_template")
private java.lang.String designDeliverableType;
@@ -211,7 +211,7 @@ public class DummyInventoryInfoEO implements Serializable {
private java.lang.String designDeliverableTemplate;
@TableField(exist = false)
- @Excel(name = "设计-交付物模板", width = 15)
+ @Excel(name = "交付物模板", width = 15,groupName = "设计符合性确认")
private java.lang.String designDeliverableTemplateName;
/**设计符合性确认-发起人*/
@@ -223,7 +223,7 @@ public class DummyInventoryInfoEO implements Serializable {
private String designInitiator_dictText;
/**设计符合性确认-责任人*/
- @Excel(name = "设计-责任人", width = 15,dicCode ="ze2_ren4_ren2")
+ @Excel(name = "责任人", width = 15,dicCode ="ze2_ren4_ren2",groupName = "设计符合性确认")
@ApiModelProperty(value = "设计符合性确认-责任人")
//@Dict(dicCode ="ze2_ren4_ren2")
private java.lang.String designDuty;
@@ -231,7 +231,7 @@ public class DummyInventoryInfoEO implements Serializable {
private String designDuty_dictText;
//交付物说明
- @Excel(name = "设计符合性确认-交付物说明", width = 20)
+ @Excel(name = "交付物说明", width = 20,groupName = "设计符合性确认")
private String designRemark;
/**prehomo确认-交付物类型*/
@@ -273,7 +273,7 @@ public class DummyInventoryInfoEO implements Serializable {
private String prehomoRemark;
/**验证符合性确认-交付物类型*/
- @Excel(name = "验证-交付物类型", width = 15,dicCode ="deliverable_template")
+ @Excel(name = "交付物类型", width = 15,dicCode ="deliverable_template",groupName = "验证符合性确认")
@ApiModelProperty(value = "验证符合性确认-交付物类型")
// @Dict(dicCode ="deliverable_template")
private java.lang.String verifyDeliverableType;
@@ -286,7 +286,7 @@ public class DummyInventoryInfoEO implements Serializable {
private java.lang.String verifyDeliverableTemplate;
@TableField(exist = false)
- @Excel(name = "验证-交付物模板", width = 15)
+ @Excel(name = "交付物模板", width = 15,groupName = "验证符合性确认")
private java.lang.String verifyDeliverableTemplateName;
/**验证符合性确认-发起人*/
@@ -298,7 +298,7 @@ public class DummyInventoryInfoEO implements Serializable {
private String verifyInitiator_dictText;
/**验证符合性确认-责任人*/
- @Excel(name = "验证-责任人", width = 15,dicCode ="ze2_ren4_ren2")
+ @Excel(name = "责任人", width = 15,dicCode ="ze2_ren4_ren2",groupName = "验证符合性确认")
@ApiModelProperty(value = "验证符合性确认-责任人")
//@Dict(dicCode ="ze2_ren4_ren2")
private java.lang.String verifyDuty;
@@ -306,7 +306,7 @@ public class DummyInventoryInfoEO implements Serializable {
private String verifyDuty_dictText;
//验证备注
- @Excel(name = "验证符合性确认-交付物说明", width = 20)
+ @Excel(name = "交付物说明", width = 20,groupName = "验证符合性确认")
private String verifyRemark;
@TableField(exist = false)
From cc38a47998da62ee710191730c9c8de357a1cdfc Mon Sep 17 00:00:00 2001
From: zhn <947514737@qq.com>
Date: Mon, 10 Apr 2023 15:51:45 +0800
Subject: [PATCH 6/7] =?UTF-8?q?=E9=A3=9E=E4=B9=A6=E6=B6=88=E6=81=AF--?=
=?UTF-8?q?=E8=AE=A2=E9=98=85=E9=A2=86=E5=9F=9F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../BussDocumentLibraryEOServiceImpl.java | 40 +++++++++++++------
1 file changed, 28 insertions(+), 12 deletions(-)
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java
index 404e8c632..9430da4f4 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/document/service/impl/BussDocumentLibraryEOServiceImpl.java
@@ -2349,19 +2349,28 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl params = new HashMap<>();
+ params.put("contentInfoFeiCn",contentInfoFeiShuCn);
+ params.put("contentInfoFeiEn",contentInfoFeiShu);
+ params.put("userIdList",userIdList);
+ params.put("back_url",hrefTemp);
+ iFeishuService.sendMessageSubscriptionNotification(TemplateInfoEnum2.SUBSCRIPTION_INFORM.getValue(),params);
+
- iFeishuService.sendCardMsgTerritory(thirdIdList.toArray(new String[]{}), feishuMsgVo);
// iFeishuService.batchSendMessage(thirdIdList.toArray(new String[]{}), contentInfoFeiShu, MessageTypeEnum.PUSH.getName(), hrefTemp);
- } catch (IOException e) {
+ } catch (Exception e) {
log.error("飞书消息推送失败");
}
}
@@ -3570,7 +3579,7 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl thirdIdList = new ArrayList<>();
List userList = new ArrayList<>();
String technologyTerritoryNameEn = "";
- if(StringUtils.isNotBlank(technologyTerritory) && !technologyTerritory.equals(technologyTerritoryNew) && domainUserRelList.size() != 0){
+ if(StringUtils.isNotBlank(technologyTerritory) && technologyTerritory.equals(technologyTerritoryNew) && domainUserRelList.size() != 0){
List collect = domainUserRelList.stream()
.filter(e -> technologyTerritory.contains(e.getDomainId()))
.collect(Collectors.toList());
@@ -3623,7 +3632,7 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl params = new HashMap<>();
+ params.put("contentInfoFeiCn",contentInfoFeiCn);
+ params.put("contentInfoFeiEn",contentInfoFei);
+ params.put("userIdList",userList);
+ params.put("back_url",url);
+ iFeishuService.sendMessageSubscriptionNotification(TemplateInfoEnum2.SUBSCRIPTION_INFORM.getValue(),params);
- iFeishuService.sendCardMsgTerritory(thirdIdList.toArray(new String[]{}), feishuMsgVo);
+// iFeishuService.sendCardMsgTerritory(thirdIdList.toArray(new String[]{}), feishuMsgVo);
// iFeishuService.batchSendMessage(thirdIdList.toArray(new String[]{}), contentInfoFei, MessageTypeEnum.READ.getName(), url);
- } catch (IOException e) {
+ } catch (Exception e) {
log.error("文档新增飞书消息推送失败");
}
From f7e1b4d97f8db657dfab260c1408f5e5302499e3 Mon Sep 17 00:00:00 2001
From: cuijiaming <1410452759@qq.com>
Date: Mon, 10 Apr 2023 15:58:48 +0800
Subject: [PATCH 7/7] =?UTF-8?q?bug68007=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../dummy/entity/DummyInventoryInfoEOEn.java | 24 +++++++++----------
.../impl/DummyInventoryInfoEOServiceImpl.java | 2 +-
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/entity/DummyInventoryInfoEOEn.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/entity/DummyInventoryInfoEOEn.java
index a9643b2ca..1b8f939f0 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/entity/DummyInventoryInfoEOEn.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/entity/DummyInventoryInfoEOEn.java
@@ -171,7 +171,7 @@ public class DummyInventoryInfoEOEn implements Serializable {
private String remark;
/**设计符合性确认-交付物类型*/
- @Excel(name = "Design Deliverables", width = 30,dicCode ="deliverable_template")
+ @Excel(name = "Deliverables", width = 30,dicCode ="deliverable_template",groupName = "Design compliance check")
@ApiModelProperty(value = "设计符合性确认-交付物类型")
@Dict(dicCode ="deliverable_template")
private String designDeliverableType;
@@ -182,7 +182,7 @@ public class DummyInventoryInfoEOEn implements Serializable {
private String designDeliverableTemplate;
@TableField(exist = false)
- @Excel(name = "Design Deliverable Template", width = 30)
+ @Excel(name = "Deliverable Template", width = 30,groupName = "Design compliance check")
private String designDeliverableTemplateName;
@@ -193,17 +193,17 @@ public class DummyInventoryInfoEOEn implements Serializable {
private String designInitiator;
/**设计符合性确认-责任人*/
- @Excel(name = "Design Assignee", width = 30)
+ @Excel(name = "Assignee", width = 30,groupName = "Design compliance check")
@ApiModelProperty(value = "设计符合性确认-责任人")
@Dict(dicCode ="ze2_ren4_ren2")
private String designDuty;
//交付物说明
- @Excel(name = "Design Compliance Check Deliverable Description", width = 50)
+ @Excel(name = "Deliverables description", width = 50,groupName = "Design compliance check")
private String designRemark;
/**prehomo确认-交付物类型*/
- @Excel(name = "Prehomo Deliverables", width = 30,dicCode ="deliverable_template")
+// @Excel(name = "Prehomo Deliverables", width = 30,dicCode ="deliverable_template")
@ApiModelProperty(value = "prehomo确认-交付物类型")
@Dict(dicCode ="deliverable_template")
private String prehomoDeliverableType;
@@ -214,7 +214,7 @@ public class DummyInventoryInfoEOEn implements Serializable {
private String prehomoDeliverableTemplate;
@TableField(exist = false)
- @Excel(name = "Prehomo Deliverable Template", width = 30)
+// @Excel(name = "Prehomo Deliverable Template", width = 30)
private String prehomoDeliverableTemplateName;
/**prehomo确认-发起人*/
@@ -224,17 +224,17 @@ public class DummyInventoryInfoEOEn implements Serializable {
private String prehomoInitiator;
/**prehomo确认-责任人*/
- @Excel(name = "Prehomo Assignee", width = 30)
+// @Excel(name = "Prehomo Assignee", width = 30)
@ApiModelProperty(value = "prehomo确认-责任人")
@Dict(dicCode ="ze2_ren4_ren2")
private String prehomoDuty;
//prehomo确认-交付物说明
- @Excel(name = "Prehomo Check Deliverable Description", width = 50)
+// @Excel(name = "Prehomo Check Deliverable Description", width = 50)
private String prehomoRemark;
/**验证符合性确认-交付物类型*/
- @Excel(name = "Verify Deliverables", width = 30,dicCode ="deliverable_template")
+ @Excel(name = "Deliverables", width = 30,dicCode ="deliverable_template",groupName = "Validation compliance check")
@ApiModelProperty(value = "验证符合性确认-交付物类型")
@Dict(dicCode ="deliverable_template")
private String verifyDeliverableType;
@@ -244,7 +244,7 @@ public class DummyInventoryInfoEOEn implements Serializable {
private String verifyDeliverableTemplate;
@TableField(exist = false)
- @Excel(name = "Verify Deliverable Template", width = 30)
+ @Excel(name = "Deliverable Template", width = 30,groupName = "Validation compliance check")
private String verifyDeliverableTemplateName;
/**验证符合性确认-发起人*/
@@ -254,13 +254,13 @@ public class DummyInventoryInfoEOEn implements Serializable {
private String verifyInitiator;
/**验证符合性确认-责任人*/
- @Excel(name = "Verify Assignee", width = 30)
+ @Excel(name = "Assignee", width = 30,groupName = "Validation compliance check")
@ApiModelProperty(value = "验证符合性确认-责任人")
@Dict(dicCode ="ze2_ren4_ren2")
private String verifyDuty;
///验证-交付物说明
- @Excel(name = "Validation Compliance Check Deliverable Description", width = 60)
+ @Excel(name = "Deliverables description", width = 60,groupName = "Validation compliance check")
private String verifyRemark;
@TableField(exist = false)
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/service/impl/DummyInventoryInfoEOServiceImpl.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/service/impl/DummyInventoryInfoEOServiceImpl.java
index ecd46c645..00fd8b1d1 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/service/impl/DummyInventoryInfoEOServiceImpl.java
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/dummy/service/impl/DummyInventoryInfoEOServiceImpl.java
@@ -1207,7 +1207,7 @@ public class DummyInventoryInfoEOServiceImpl extends ServiceImpl