|
|
@ -175,8 +175,8 @@ public class DistributionStockupController extends BladeController { |
|
|
|
public R<List<User>> listUser() { |
|
|
|
public R<List<User>> listUser() { |
|
|
|
//获取当前登录用户
|
|
|
|
//获取当前登录用户
|
|
|
|
BladeUser user = AuthUtil.getUser(); |
|
|
|
BladeUser user = AuthUtil.getUser(); |
|
|
|
// List<User> cc = distributionStockupService.getRoleList(user.getDeptId(), user.getTenantId(), "拣货员");
|
|
|
|
List<User> cc = distributionStockupService.getRoleList(user.getDeptId(), user.getTenantId(), "拣货员"); |
|
|
|
List<User> cc = distributionStockupService.getRoleList(user.getDeptId(), user.getTenantId(), "叉车"); |
|
|
|
// List<User> cc = distributionStockupService.getRoleList(user.getDeptId(), user.getTenantId(), ?"叉车");
|
|
|
|
return R.data(cc); |
|
|
|
return R.data(cc); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|