实现案件编号规则功能
This commit is contained in:
@@ -158,7 +158,7 @@ public class EmailOutUtil {
|
||||
}
|
||||
//调用Transport的send方法去发送邮件
|
||||
Transport.send(msg);
|
||||
} catch (Exception e) {
|
||||
}catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
return Boolean.FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user