将pqs-influx模块独立出去
This commit is contained in:
@@ -603,7 +603,7 @@ public class UserController extends BaseController {
|
||||
*/
|
||||
@OperateInfo(info = LogEnum.SYSTEM_COMMON)
|
||||
@GetMapping("/simpleList")
|
||||
@ApiOperation("查询所有用户作为下拉框")
|
||||
@ApiOperation("查询所有普通用户作为下拉框")
|
||||
public HttpResult<Object> simpleList() {
|
||||
String methodDescribe = getMethodDescribe("simpleList");
|
||||
List<User> result = userService.simpleList(false);
|
||||
|
||||
Reference in New Issue
Block a user