回答編集履歴

1

一部変更

2015/04/14 07:35

投稿

k499778
k499778

スコア599

test CHANGED
@@ -14,11 +14,11 @@
14
14
 
15
15
  + beforSort;
16
16
 
17
- int cnt = jdbcManager.updateBySql(sql)
17
+ int result = jdbcManager.updateBySql(sql)
18
18
 
19
19
  .execute();
20
20
 
21
- return cnt;
21
+ return result;
22
22
 
23
23
  }
24
24