cy
2023-12-02 07ef5e332c8184c4fc6e6c02343eb1b49cbc07e3
consum-base/src/main/java/com/consum/base/controller/UsingFormBackController.java
@@ -40,7 +40,7 @@
        if (sysInfo == null) {
            return ResponseValue.error("请先登录");
        }
        usingFormBackService.add(usingFormBackParam, sysInfo);
        usingFormBackService.add(usingFormBackParam, sysInfo,this.getCurrentUser());
        return ResponseValue.success();
    }