| 
															
																@@ -6,6 +6,7 @@ import com.huaxu.common.FileUploadUtil; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 import com.huaxu.entity.App; 
															 | 
															
															 | 
															
																 import com.huaxu.entity.App; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 import com.huaxu.entity.MenuEntity; 
															 | 
															
															 | 
															
																 import com.huaxu.entity.MenuEntity; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 import com.huaxu.entity.UserTagEntity; 
															 | 
															
															 | 
															
																 import com.huaxu.entity.UserTagEntity; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+import com.huaxu.logAdvice.LogAnnotation; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 import com.huaxu.model.AjaxMessage; 
															 | 
															
															 | 
															
																 import com.huaxu.model.AjaxMessage; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 import com.huaxu.model.LoginUser; 
															 | 
															
															 | 
															
																 import com.huaxu.model.LoginUser; 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 import com.huaxu.model.Pagination; 
															 | 
															
															 | 
															
																 import com.huaxu.model.Pagination; 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -131,6 +132,7 @@ public class UserController { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     /** 
															 | 
															
															 | 
															
																     /** 
															 | 
														
													
												
													
														
															| 
															 | 
															
																      * 新增 
															 | 
															
															 | 
															
																      * 新增 
															 | 
														
													
												
													
														
															| 
															 | 
															
																      */ 
															 | 
															
															 | 
															
																      */ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    @LogAnnotation(module = "【用户管理】新增") 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @ApiOperation(value = "新增用户信息") 
															 | 
															
															 | 
															
																     @ApiOperation(value = "新增用户信息") 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @RequestMapping(value = "addUser", method = RequestMethod.POST) 
															 | 
															
															 | 
															
																     @RequestMapping(value = "addUser", method = RequestMethod.POST) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @ResponseBody 
															 | 
															
															 | 
															
																     @ResponseBody 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -157,6 +159,7 @@ public class UserController { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     /** 
															 | 
															
															 | 
															
																     /** 
															 | 
														
													
												
													
														
															| 
															 | 
															
																      * 修改保存用户 
															 | 
															
															 | 
															
																      * 修改保存用户 
															 | 
														
													
												
													
														
															| 
															 | 
															
																      */ 
															 | 
															
															 | 
															
																      */ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    @LogAnnotation(module = "【用户管理】修改") 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @ApiOperation(value = "更新用户信息") 
															 | 
															
															 | 
															
																     @ApiOperation(value = "更新用户信息") 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @RequestMapping(value = "/updateUserById", method = RequestMethod.POST) 
															 | 
															
															 | 
															
																     @RequestMapping(value = "/updateUserById", method = RequestMethod.POST) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @ResponseBody 
															 | 
															
															 | 
															
																     @ResponseBody 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -180,6 +183,7 @@ public class UserController { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     /** 
															 | 
															
															 | 
															
																     /** 
															 | 
														
													
												
													
														
															| 
															 | 
															
																      * 删除 
															 | 
															
															 | 
															
																      * 删除 
															 | 
														
													
												
													
														
															| 
															 | 
															
																      */ 
															 | 
															
															 | 
															
																      */ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    @LogAnnotation(module = "【用户管理】批量删除") 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @ApiOperation(value = "按ID进行批量删除") 
															 | 
															
															 | 
															
																     @ApiOperation(value = "按ID进行批量删除") 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @RequestMapping(value = "/deleteUserByIds", method = RequestMethod.POST) 
															 | 
															
															 | 
															
																     @RequestMapping(value = "/deleteUserByIds", method = RequestMethod.POST) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @ResponseBody 
															 | 
															
															 | 
															
																     @ResponseBody 
															 | 
														
													
												
											
												
													
														
															 | 
															
																@@ -190,6 +194,7 @@ public class UserController { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     /** 
															 | 
															
															 | 
															
																     /** 
															 | 
														
													
												
													
														
															| 
															 | 
															
																      * 删除 
															 | 
															
															 | 
															
																      * 删除 
															 | 
														
													
												
													
														
															| 
															 | 
															
																      */ 
															 | 
															
															 | 
															
																      */ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+    @LogAnnotation(module = "【用户管理】单条删除") 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @ApiOperation(value = "按ID进行单个删除") 
															 | 
															
															 | 
															
																     @ApiOperation(value = "按ID进行单个删除") 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @RequestMapping(value = "/deleteUserById", method = RequestMethod.POST) 
															 | 
															
															 | 
															
																     @RequestMapping(value = "/deleteUserById", method = RequestMethod.POST) 
															 | 
														
													
												
													
														
															| 
															 | 
															
																     @ResponseBody 
															 | 
															
															 | 
															
																     @ResponseBody 
															 |