feat(REQ-3300) - 屏蔽一段代码

This commit is contained in:
wangli 2025-02-24 17:20:42 +08:00
parent e65734ebd3
commit d1ca4744ec

View File

@ -145,9 +145,9 @@ public class ChangeRecordConfirmServiceImpl extends ServiceImpl<ChangeRecordConf
}
}
if(!workflowGateway.hasPrintTemplate(approvalId)) {
visaButtonTypeEnums.remove(VisaButtonTypeEnum.PRINT);
}
// if(!workflowGateway.hasPrintTemplate(approvalId)) {
// visaButtonTypeEnums.remove(VisaButtonTypeEnum.PRINT);
// }
//没有点击[发起洽商群聊]则不展示[查看洽商记录]按钮
if (!changeRecordLogService.hasLogType(visaId, VisaLogTypeEnum.CHAT_GROUP)) {
visaButtonTypeEnums.remove(VisaButtonTypeEnum.CHAT_GROUP_RECORD);