|
@@ -53,7 +53,7 @@ public class WmsWarehouseController extends BaseController
|
|
|
@GetMapping("/list")
|
|
@GetMapping("/list")
|
|
|
public TableDataInfo list(WmsWarehouseListReqVo wmsWarehouse) {
|
|
public TableDataInfo list(WmsWarehouseListReqVo wmsWarehouse) {
|
|
|
boolean b = SecurityUtils.isValidate();
|
|
boolean b = SecurityUtils.isValidate();
|
|
|
- if (b) {
|
|
|
|
|
|
|
+ if (false) {
|
|
|
List<String> warehouseIds = dataAuthUtil.getManagerWarehouse();
|
|
List<String> warehouseIds = dataAuthUtil.getManagerWarehouse();
|
|
|
if (warehouseIds.isEmpty()) {
|
|
if (warehouseIds.isEmpty()) {
|
|
|
return getDataTable(new ArrayList<>());
|
|
return getDataTable(new ArrayList<>());
|