feat: 分页接口
Signed-off-by: skyyemperor <skyyemperor@qq.com>
This commit is contained in:
父節點
7367119d4a
當前提交
8eafc006d1
@ -234,8 +234,8 @@ public class JobService {
|
|||||||
|
|
||||||
private void sendEmail(Job job, JobStatusEnum status, String mail) {
|
private void sendEmail(Job job, JobStatusEnum status, String mail) {
|
||||||
// 多个参数
|
// 多个参数
|
||||||
String param1 = job.getJobId().toString();
|
String param1 = job.getRequestTime().format(DateTimeFormatter.ofPattern("yyyyMMdd")) + job.getJobId();
|
||||||
String param2 = job.getRequestTime().format(DateTimeFormatter.ofPattern("yyyyMMdd")) + job.getJobId();
|
String param2 = param1;
|
||||||
|
|
||||||
String content = null;
|
String content = null;
|
||||||
switch (status) {
|
switch (status) {
|
||||||
|
載入中…
x
新增問題並參考
Block a user