|
|
|
@ -59,7 +59,7 @@ public class MailGunServiceImpl implements MailGunService {
|
|
|
|
|
record.put("id", tmpJSONObject.getString("id"));
|
|
|
|
|
record.put("mail_address", mailAddress);
|
|
|
|
|
record.put("status", 1);
|
|
|
|
|
mailSendMapper.updateStatus(record);
|
|
|
|
|
mailSendMapper.update(record);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -78,7 +78,7 @@ public class MailGunServiceImpl implements MailGunService {
|
|
|
|
|
record.put("id", tmpJSONObject.getString("id"));
|
|
|
|
|
record.put("mail_address", mailAddress);
|
|
|
|
|
record.put("status", 2);
|
|
|
|
|
mailSendMapper.updateStatus(record);
|
|
|
|
|
mailSendMapper.update(record);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|