sgj
2026-01-06 b4b15671788a5899ab144935c5084c2497acfd65
fzzy-igdss-view/src/main/java/com/fzzy/igds/DepotConfPR.java
@@ -32,7 +32,7 @@
     */
    @DataProvider
    public List<DepotConf> getConfList() {
        return depotConfService.getConfList(null, ContextUtil.subDeptId(null));
        return depotConfService.getConfListByUserType();
    }
    /**