generated from dxfeng/secondev-chapanda-feishu
ADD-#3203196 调整默认发送OFFer简历不带出offer附件
This commit is contained in:
parent
401250be94
commit
f276b1514a
|
|
@ -68,7 +68,7 @@ public class CreateOfferModeExpand extends AbstractModeExpandJavaCodeNew {
|
|||
|
||||
if (sendEmail) {
|
||||
String offerAttach = RecruitModeUtil.getImageFileIdsByDocIds(Util.null2String(mainDataMap.get("offerfj")));
|
||||
RecruitMessageUtils.sendEmailWithFile(yx, emailTitle, msgContent, offerAttach);
|
||||
RecruitMessageUtils.sendEmail(yx, emailTitle, msgContent);
|
||||
}
|
||||
if (sendSms) {
|
||||
String name = Util.null2String(mainDataMap.get("xm"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue