将pqs-influx模块独立出去

This commit is contained in:
2024-06-27 13:27:02 +08:00
parent ae2207bd97
commit 8d6ba4afe3
125 changed files with 3 additions and 8086 deletions

View File

@@ -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);