槽液管理查询工艺和化验员003

liweidong
pangyang 1 month ago
parent 185b86a33b
commit 776da199fe
  1. 3
      blade-service/blade-system/src/main/java/org/springblade/system/controller/UserController.java

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

Loading…
Cancel
Save