@@ -62,10 +62,4 @@ interface GraphService : IService<GraphEntity?> {
* Update By 2022/6/7 18:06
*/
fun recoveryLogic(graphs: GraphEntity): SBaseResponse
- /**
- * 根据id删除拓扑图
- * @author : lijie
- * Update By 2022/6/7 18:50
- */
- fun deleteByKeysListLogic(idList: ArrayList<GraphEntity>): SBaseResponse
}
@@ -607,14 +607,6 @@ open class GraphServiceImpl : ServiceImpl<GraphMapper?, GraphEntity?>(), GraphSe
/** 返回操作状态 */
return SBaseResponse(SResponseType.success)
- * 根据id删除图形
- * Update By 2022/6/7 18:51
- override fun deleteByKeysListLogic(idList: ArrayList<GraphEntity>): SBaseResponse {
-
- }
/**
* 清除已发布的老数据