Signed-off-by: Gallardot <gallardot@apache.org>
(cherry picked from commit 37ecd262ee)
This commit is contained in:
parent
9af39ea893
commit
df955e3919
|
|
@ -27,7 +27,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|||
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#{alertSendStatus.alertPluginInstanceId},
|
||||
#{alertSendStatus.sendStatus},
|
||||
#{alertSendStatus.log},
|
||||
#{alertSendStatus.createTime},
|
||||
#{alertSendStatus.createTime}
|
||||
</foreach>
|
||||
|
||||
</insert>
|
||||
|
|
|
|||
Loading…
Reference in New Issue