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