实现案件编号规则功能

This commit is contained in:
qitz
2023-12-15 17:25:40 +08:00
parent e1fa902c59
commit 8aa82b28be
8 changed files with 270 additions and 1 deletions
@@ -158,7 +158,7 @@ public class EmailOutUtil {
}
//调用Transport的send方法去发送邮件
Transport.send(msg);
} catch (Exception e) {
}catch (Exception e) {
e.printStackTrace();
return Boolean.FALSE;
}