|
|
|
|
@ -578,7 +578,8 @@ public class UserController { |
|
|
|
|
@Operation(summary = "list工艺员", description = "") |
|
|
|
|
public R<List<UserVO>> listProcessEngineer() { |
|
|
|
|
log.info("工艺员 role id = {}", roleConfig.getProcessEngineerId()); |
|
|
|
|
List<User> list = userExtService.listAllByRoleIds("" + roleConfig.getProcessEngineerId()); |
|
|
|
|
// List<User> list = userExtService.listAllByRoleIds("" + roleConfig.getProcessEngineerId());
|
|
|
|
|
List<User> list = userExtService.listAllByRoleIds("2032373544077012993,2032373858255548418"); |
|
|
|
|
return R.data(UserWrapper.build().listVO(list)); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|