czt
2026-01-22 e045a93166bcf696012770856c1ac36cf92740b5
fzzy-igdss-view/src/main/java/com/fzzy/igds/DepotPR.java
@@ -88,7 +88,7 @@
     */
    @DataProvider
    public List<Depot> getAllCache() {
        return depotService.getCacheDepotList(null);
        return depotService.getCacheDepotList(null, ContextUtil.subDeptId(null));
    }
    /**