feat(REQ-3300) - 屏蔽一段代码
This commit is contained in:
parent
e65734ebd3
commit
d1ca4744ec
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user