server/src/main/java/com/doumee/service/business/impl/WorkorderServiceImpl.java
@@ -1086,6 +1086,7 @@ status = 2; info ="无效员工信息,无法发送邮箱"; }else{ //邮箱已发送:成功:["江萍邮箱jp@doumee.com"]失败:["江萍/无邮箱","戴强强/邮箱null","郭际文武/邮箱null"] List<String> successInfo = new ArrayList<>(); List<String> errorInfo = new ArrayList<>(); Map<String,String> contentForm = getEmailContentFormByModel(workorder);