|
|
|
|
@ -553,7 +553,7 @@ public class UserController { |
|
|
|
|
@ApiOperationSupport(order = 103) |
|
|
|
|
@Operation(summary = "list槽液化验员", description = "") |
|
|
|
|
public R<List<UserVO>> list103() { |
|
|
|
|
List<User> list = userExtService.listAllByRoleIds("2000708188155957250"); |
|
|
|
|
List<User> list = userExtService.listAllByRoleIds("2032371875750653953"); |
|
|
|
|
return R.data(UserWrapper.build().listVO(list)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -565,7 +565,7 @@ public class UserController { |
|
|
|
|
@ApiOperationSupport(order = 104) |
|
|
|
|
@Operation(summary = "list工艺主管", description = "") |
|
|
|
|
public R<List<UserVO>> list104() { |
|
|
|
|
List<User> list = userExtService.listAllByRoleIds("2000409951566053378"); |
|
|
|
|
List<User> list = userExtService.listAllByRoleIds("2032373544077012993,2032373858255548418"); |
|
|
|
|
return R.data(UserWrapper.build().listVO(list)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|