执行以下方法更新数据,有时候更新成功,有时候更新不成功,不报错
TDmsWiseosSnPullConfig 有@Id的注解字段
@Transactional(rollbackFor = Exception.class)
public void batchUpdatePullConfigs(List<TDmsWiseosSnPullConfig> updatePullConfigs) {
this.dao.update(updatePullConfigs);
}