|
@ -235,7 +235,7 @@ public class SysService {
|
235
|
235
|
|
236
|
236
|
@Post
|
237
|
237
|
@Path("/userBridge/refresh")
|
238
|
|
public void refresh(@JdbcConn(true)Connection con,String id,String[] bridges)throws SQLException {
|
|
238
|
public void refresh(@JdbcConn(true)Connection con,String id,@Nullable String[] bridges, @LoginUser SessionUser sessionUser)throws SQLException {
|
239
|
239
|
this.userDao.delete(con, id);
|
240
|
240
|
if (bridges != null && bridges.length > 0) {
|
241
|
241
|
UserBridge[] userBridges = new UserBridge[bridges.length];
|