Skip to content

Commit

Permalink
Merge pull request #475 from essol2/#474
Browse files Browse the repository at this point in the history
[dld,,]
  • Loading branch information
han-bbak authored Apr 30, 2021
2 parents d985778 + 6980d4a commit a1043c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public List<SpotBus> clearChange(String[] chlist) {
@Override
public int addRoute(String[] slist) {

/* System.out.println("dao: " + Arrays.toString(slist)); */
System.out.println("dao: " + Arrays.toString(slist));

return sqlSession.insert("routeMapper.addRoute", slist);
}
Expand Down

0 comments on commit a1043c0

Please sign in to comment.