平台件法规清单和认证清单-发起任务时发送消息
This commit is contained in:
+1
-1
@@ -3288,7 +3288,7 @@ public class PlatformProjectCertificationInventoryEOServiceImpl extends ServiceI
|
||||
templateVariableMap.put("projectNameEn",PRN_EN);
|
||||
templateVariableMap.put("standName",standName);
|
||||
templateVariableMap.put("itemName",itemName);
|
||||
templateVariableMap.put("Initiator",projectLibraryBase.getStudioEngineerName());
|
||||
templateVariableMap.put("Initiator",projectLibraryBase.getRegulationOwnerIdName());
|
||||
templateVariableMap.put("endTime",DateUtils.formatDate(taskConfirmEndTime));
|
||||
templateVariableMap.put("viewBtnUrlCn",hrefFeishu_CN);
|
||||
templateVariableMap.put("viewBtnUrlEn",hrefFeishu_EN);
|
||||
|
||||
+5
@@ -2468,6 +2468,11 @@ public class PlatformProjectLibraryBaseServiceImpl extends ServiceImpl<PlatformP
|
||||
+ "-" + projectLibraryBase.getYearName()
|
||||
+ "-" + targetMarketCn
|
||||
+ "-" + projectVersion);
|
||||
}else{
|
||||
//projectLibraryBase.getYearName()为空的时候代表为平台件数据
|
||||
projectLibraryBase.setProjectNameEn(projectLibraryBase.getPower()+"-"+projectLibraryBase.getProducer()+"-"+targetMarketEn);
|
||||
|
||||
projectLibraryBase.setProjectNameCn(projectLibraryBase.getPower()+"-"+projectLibraryBase.getProducer()+"-"+targetMarketCn);
|
||||
}
|
||||
|
||||
if(StringUtils.isNotEmpty(projectLibraryBase.getStudioEngineer())){
|
||||
|
||||
-1
@@ -290,7 +290,6 @@
|
||||
<select id="queryById" resultType="com.jero.modules.project.entity.ProjectLibraryBase">
|
||||
<include refid="select_item"/>
|
||||
<where>
|
||||
plb.platform is null
|
||||
<if test="id != null and id != '' ">
|
||||
and plb.id=#{id}
|
||||
</if>
|
||||
|
||||
+5
@@ -2778,6 +2778,11 @@ public class ProjectLibraryBaseServiceImpl extends ServiceImpl<ProjectLibraryBas
|
||||
+ "-" + projectLibraryBase.getYearName()
|
||||
+ "-" + targetMarketCn
|
||||
+ "-" + projectVersion);
|
||||
}else{
|
||||
//projectLibraryBase.getYearName()为空时代表该数据为平台件数据
|
||||
projectLibraryBase.setProjectNameEn(projectLibraryBase.getPower()+"-"+projectLibraryBase.getProducer()+"-"+targetMarketEn);
|
||||
|
||||
projectLibraryBase.setProjectNameCn(projectLibraryBase.getPower()+"-"+projectLibraryBase.getProducer()+"-"+targetMarketCn);
|
||||
}
|
||||
|
||||
if(StringUtils.isNotEmpty(projectLibraryBase.getStudioEngineer())){
|
||||
|
||||
Reference in New Issue
Block a user