Commit d064ae7d authored by 赵啸非's avatar 赵啸非

添加线程发送消息

parent 7108dce1
...@@ -191,6 +191,17 @@ public class UserServiceImpl extends AbstractCRUDCacheServiceImpl<UserDao, UserE ...@@ -191,6 +191,17 @@ public class UserServiceImpl extends AbstractCRUDCacheServiceImpl<UserDao, UserE
} }
} }
/**
* @param ids
* @param context
* @param result
* @throws AppException
*/
@Override
protected void removeAfter(Long[] ids, Context context, int result) throws AppException {
super.removeAfter(ids, context, result);
noticeSubSystemRefresh();
}
public UserEntity findByLoginName(String loginName) { public UserEntity findByLoginName(String loginName) {
UserQuery params = new UserQuery(); UserQuery params = new UserQuery();
......
###角色信息列表 ###角色信息列表
POST {{baseUrl}}/role/list POST {{baseUrl}}/role/list
Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
......
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