|
@ -1,3 +1,4 @@
|
|
1
|
|
1
|
2
|
package com.ekexiu.console.system.service;
|
2
|
3
|
|
3
|
4
|
import com.ekexiu.console.system.dao.DiscoverBannerDao;
|
|
@ -116,7 +117,7 @@ public class DiscoverBannerService {
|
116
|
117
|
return this.discoverBannerDao.query(con, id);
|
117
|
118
|
}
|
118
|
119
|
|
119
|
|
@Path("update")
|
|
120
|
@Path("/update")
|
120
|
121
|
@Post
|
121
|
122
|
public void update(@JdbcConn(true) Connection con, DiscoverBanner banner,@Nullable String fn) throws SQLException, IOException {
|
122
|
123
|
this.discoverBannerDao.update(con, banner);
|
|
@ -196,5 +197,5 @@ public class DiscoverBannerService {
|
196
|
197
|
this.banner = banner;
|
197
|
198
|
}
|
198
|
199
|
}
|
199
|
|
|
200
|
|
}
|
|
200
|
|
|
201
|
}
|