pull/50/head
shao1121353141 2023-09-16 23:34:17 +08:00
parent 03369ef09a
commit 3421a47446
1 changed files with 0 additions and 13 deletions

View File

@ -66,19 +66,6 @@ public interface AppGroupAssociationRepository extends
+ " WHERE app_id = :appId", nativeQuery = true)
void deleteAllByAppId(@Param(value = "appId") Long appId);
/**
* ID
*
* @param groupId {@link Long}
* @return {@link Boolean}
*/
@Modifying
@Transactional(rollbackFor = Exception.class)
@Query(value = "UPDATE app_group_association SET " + SOFT_DELETE_SET
+ " WHERE group_id = :groupId", nativeQuery = true)
void deleteAllByGroupId(@Param(value = "groupId") Long groupId);
/**
* ID
*