sgj
2026-03-24 b8e8195a9cae963e6f59fcd5208698098e03aba8
fzzy-igdss-core/src/main/java/com/fzzy/igds/service/DepotConfService.java
@@ -274,7 +274,7 @@
     */
    public void updateFreq(String freq) {
        UpdateWrapper<DepotConf> updateWrapper = new UpdateWrapper<>();
        updateWrapper.eq("dept_id", ContextUtil.subDeptId(null)).set("pos_x", freq);
        updateWrapper.eq("dept_id", ContextUtil.subDeptId(null)).set("grain_freq", freq);
        depotConfMapper.update(null, updateWrapper);
    }