|
@@ -95,4 +95,15 @@ public class TStudyInformationServiceImpl implements ITStudyInformationService
|
|
|
{
|
|
{
|
|
|
return tStudyInformationMapper.deleteTStudyInformationById(id);
|
|
return tStudyInformationMapper.deleteTStudyInformationById(id);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 批量删除研究资料管理
|
|
|
|
|
+ *
|
|
|
|
|
+ * @param ids 需要删除的研究资料管理主键
|
|
|
|
|
+ * @return 结果
|
|
|
|
|
+ */
|
|
|
|
|
+ @Override
|
|
|
|
|
+ public int updateTStudyInformationByIds(String[] ids) {
|
|
|
|
|
+ return tStudyInformationMapper.updateTStudyInformationByIds(ids);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|