Browse Source

fix bug:优化拓扑图写逻辑,更改为plus的DAO框架,实现事务控制

lijie 2 years ago
parent
commit
37bcbd46a0

+ 0 - 6
labsl/src/main/kotlin/com/persagy/labsl/service/GraphService.kt

@@ -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
 }

+ 0 - 8
labsl/src/main/kotlin/com/persagy/labsl/service/impl/GraphServiceImpl.kt

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