sgj
2026-01-06 96880d3b685cb56862a5b633182b97d8ec58eeb0
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();
    }
    /**