czt
2026-01-21 f1e70d3246fe269cfa5d2353efbeee8c91061f3b
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));
    }
    /**