liding
2026-04-23 1b3d13f691957d4fffdfb3671dc09f66b6e3dfd0
src/main/java/com/ruoyi/account/controller/AccountingController.java
@@ -6,7 +6,7 @@
import com.ruoyi.framework.web.domain.AjaxResult;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import lombok.AllArgsConstructor;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
@@ -19,10 +19,10 @@
@Api(tags = "会计核算")
@RestController
@RequestMapping("/accounting")
@AllArgsConstructor
public class AccountingController extends BaseController {
    @Autowired
    private AccountingServiceImpl accountingService;
    @ApiOperation("总计")