feat(REQ-3581) - 调整通知模板参数
This commit is contained in:
parent
7e9a50acaf
commit
e05dc34ff6
@ -47,6 +47,7 @@ public interface VisaConstant {
|
||||
* IM 群扩展信息:变洽签单据类型
|
||||
*/
|
||||
String IM_GROUP_BIZ_INFO_VISA_TYPE = "visaType";
|
||||
String IM_GROUP_BIZ_INFO_VISA_TYPE_DESC = "visaTypeDesc";
|
||||
/**
|
||||
* ouId
|
||||
*/
|
||||
|
||||
@ -103,6 +103,7 @@ import static cn.axzo.maokai.common.enums.SaasCooperateShipCooperateTypeEnum.PRO
|
||||
import static cn.axzo.nanopart.visa.api.constant.VisaConstant.FORM_FIELD_ATTACH;
|
||||
import static cn.axzo.nanopart.visa.api.constant.VisaConstant.IM_GROUP_BIZ_INFO_VISA_ID;
|
||||
import static cn.axzo.nanopart.visa.api.constant.VisaConstant.IM_GROUP_BIZ_INFO_VISA_TYPE;
|
||||
import static cn.axzo.nanopart.visa.api.constant.VisaConstant.IM_GROUP_BIZ_INFO_VISA_TYPE_DESC;
|
||||
import static cn.axzo.nanopart.visa.api.constant.VisaConstant.IM_GROUP_OWNER_TIPS;
|
||||
import static cn.axzo.nanopart.visa.api.constant.VisaConstant.IM_GROUP_PARTICIPATE_TIPS;
|
||||
import static cn.axzo.nanopart.visa.api.constant.VisaConstant.IM_GROUP_PARTICIPATE_TIPS_OPERATED;
|
||||
@ -756,7 +757,8 @@ public class ChangeRecordRelationServiceImpl extends ServiceImpl<ChangeRecordRel
|
||||
WORKFLOW_VAR_STAMP_CONTRACT_ID, visa.getContractId(),
|
||||
WORKFLOW_PENDING_PDF_FILE_URL, req.getPdfFile().getFileUrl(),
|
||||
WORKFLOW_PENDING_INITIATOR_NAME, profile.getRealName(),
|
||||
IM_GROUP_BIZ_INFO_VISA_TYPE, visa.getType()
|
||||
IM_GROUP_BIZ_INFO_VISA_TYPE, visa.getType(),
|
||||
IM_GROUP_BIZ_INFO_VISA_TYPE_DESC, visa.getType().getDesc()
|
||||
);
|
||||
create.setVariables(variables);
|
||||
create.setPendingVariables(variables);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user