|
@@ -210,7 +210,7 @@ public class UserAction {
|
|
|
userService.deleteFromUserId(userIds);
|
|
|
return JSONUtil.getJsonMap(200, true, "删除成功", null);
|
|
|
} catch (Exception e) {
|
|
|
- return JSONUtil.getJsonMap(500, false, "删除失败", null);
|
|
|
+ return JSONUtil.getJsonMap(500, false, "删除失败:"+e.getMessage(), null);
|
|
|
}
|
|
|
|
|
|
}
|