|
|
@ -1169,7 +1169,7 @@ public class DistributionStockupAppController extends BladeController { |
|
|
|
if (!b) { |
|
|
|
if (!b) { |
|
|
|
return Resp.scanFail("当前操作人无此操作权限","当前操作人无此操作权限"); |
|
|
|
return Resp.scanFail("当前操作人无此操作权限","当前操作人无此操作权限"); |
|
|
|
}else { |
|
|
|
}else { |
|
|
|
if (!stockupEntity.getStockupUserId().equals(AuthUtil.getUserId())){ |
|
|
|
if (!stockupEntity.getForkliftId().equals(AuthUtil.getUserId())){ |
|
|
|
return Resp.scanFail("与任务指派拣货员不一致","与任务指派拣货员不一致"); |
|
|
|
return Resp.scanFail("与任务指派拣货员不一致","与任务指派拣货员不一致"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|