skyouc
2025-03-21 1a2cc3cb5eccca12d3bdd0d4027f8fb4e417c63e
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/LocController.java
@@ -106,7 +106,6 @@
        if (!locService.updateById(loc)) {
            return R.error("Update Fail");
        }
        if (!locService.updateLoc(loc)) {
            throw new CoolException("库位类型关联关系修改失败!@!");
        }