|
@@ -15,6 +15,8 @@ public interface WbsTreeContractMapper extends EasyBaseMapper<WbsTreeContract> {
|
|
|
|
|
|
int deleteByIds(@Param("ids") List<Long> ids);
|
|
|
|
|
|
+ int deleteLogicByIds(@Param("ids") List<Long> ids);
|
|
|
+
|
|
|
List<WbsTreeContract> selectQueryCurrentNodeByAncestors(@Param("ids") List<String> ids, @Param("contractId") String contractId);
|
|
|
|
|
|
List<WbsTreeContract> selectQueryValueLikeNodeName(@Param("queryValue") String queryValue, @Param("contractId") String contractId);
|