|
@@ -90,7 +90,7 @@ public class NotifyConfigServiceImpl extends ServiceImpl<NotifyConfigMapper, Not
|
|
|
@Override
|
|
@Override
|
|
|
public void deleteNotifyConfigListByIds(List<Long> ids) {
|
|
public void deleteNotifyConfigListByIds(List<Long> ids) {
|
|
|
// 删除
|
|
// 删除
|
|
|
- notifyConfigMapper.physicalDeleteByIds(ids);
|
|
|
|
|
|
|
+ notifyConfigMapper.deleteByIds(ids);
|
|
|
// 删除isc_notify_config_detail
|
|
// 删除isc_notify_config_detail
|
|
|
List<NotifyConfigDetailDO> notifyConfigDetailDOS = notifyConfigDetailService.list(Wrappers.<NotifyConfigDetailDO>lambdaQuery()
|
|
List<NotifyConfigDetailDO> notifyConfigDetailDOS = notifyConfigDetailService.list(Wrappers.<NotifyConfigDetailDO>lambdaQuery()
|
|
|
.in(NotifyConfigDetailDO::getConfigId, ids));
|
|
.in(NotifyConfigDetailDO::getConfigId, ids));
|