Skip to content

Commit

Permalink
[Bug][Alert]batchInsert execption #14675 (#14676)
Browse files Browse the repository at this point in the history
Signed-off-by: Gallardot <[email protected]>
  • Loading branch information
Gallardot authored Aug 1, 2023
1 parent b391b74 commit 37ecd26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

public interface AlertSendStatusMapper extends BaseMapper<AlertSendStatus> {

int batchInsert(List<AlertSendStatus> alertSendStatuses);
int batchInsert(@Param("alertSendStatuses") List<AlertSendStatus> alertSendStatuses);

void deleteByAlertIds(@Param("alertIds") List<Integer> alertIds);
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#{alertSendStatus.alertPluginInstanceId},
#{alertSendStatus.sendStatus},
#{alertSendStatus.log},
#{alertSendStatus.createTime},
#{alertSendStatus.createTime}
</foreach>

</insert>
Expand Down

0 comments on commit 37ecd26

Please sign in to comment.