Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saasio
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
reyun
saasio
Commits
ac80c8c8
Commit
ac80c8c8
authored
7 years ago
by
yangfangfang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.minrow.com:reyun/saasio
parents
ed769a38
e263387e
master
…
20180326_events4track
30921_bugfix
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pom.xml
pom.xml
+1
-1
AppTagRepository.java
src/main/java/com/reyun/repository/AppTagRepository.java
+1
-1
No files found.
pom.xml
View file @
ac80c8c8
...
@@ -254,7 +254,7 @@
...
@@ -254,7 +254,7 @@
<dependency>
<dependency>
<groupId>
org.springframework.data
</groupId>
<groupId>
org.springframework.data
</groupId>
<artifactId>
spring-data-jpa
</artifactId>
<artifactId>
spring-data-jpa
</artifactId>
<version>
1.
3.2
.RELEASE
</version>
<version>
1.
10.5
.RELEASE
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<artifactId>
spring-aop
</artifactId>
<artifactId>
spring-aop
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/com/reyun/repository/AppTagRepository.java
View file @
ac80c8c8
...
@@ -22,5 +22,5 @@ public interface AppTagRepository extends JpaRepository<AppTag, Long>
...
@@ -22,5 +22,5 @@ public interface AppTagRepository extends JpaRepository<AppTag, Long>
@Query
(
value
=
"delete from app_tag where app=?1 "
,
nativeQuery
=
true
)
@Query
(
value
=
"delete from app_tag where app=?1 "
,
nativeQuery
=
true
)
@Modifying
@Modifying
Long
deleteByApp
(
Long
app
);
int
deleteByApp
(
Long
app
);
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment