Commit e263387e by zhangxiaoyan

long 2 int

parent a192110c
......@@ -254,7 +254,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.3.2.RELEASE</version>
<version>1.10.5.RELEASE</version>
<exclusions>
<exclusion>
<artifactId>spring-aop</artifactId>
......
......@@ -22,5 +22,5 @@ public interface AppTagRepository extends JpaRepository<AppTag, Long>
@Query(value = "delete from app_tag where app=?1 ", nativeQuery = true)
@Modifying
Long deleteByApp(Long app);
int deleteByApp(Long app);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment