|
|
|
@ -22,5 +22,5 @@ public interface MailSendMapper {
|
|
|
|
|
void update(JSONObject record);
|
|
|
|
|
|
|
|
|
|
@AutoSql(type = SqlType.SELECT)
|
|
|
|
|
JSONObject find(@Param("id") String message_id, @Param("mail_address")String mail_address);
|
|
|
|
|
JSONObject find(@Param("id") String id, @Param("mail_address")String mail_address);
|
|
|
|
|
}
|
|
|
|
|