Commit 649b6a70 by liyanlin

fix

parent 2e88e6d9
...@@ -209,7 +209,7 @@ public class CostController { ...@@ -209,7 +209,7 @@ public class CostController {
return CostResult.success(page); return CostResult.success(page);
} }
@ApiOperation("待审核费用单列表") @ApiOperation("待我审核列表")
@GetMapping("/checkCostAllList") @GetMapping("/checkCostAllList")
public CostResult<IPage<CostDto>> checkCostAllList(AllCheckCostListReq req) { public CostResult<IPage<CostDto>> checkCostAllList(AllCheckCostListReq req) {
costService = CostServiceFactory.getCostService(); costService = CostServiceFactory.getCostService();
...@@ -217,7 +217,7 @@ public class CostController { ...@@ -217,7 +217,7 @@ public class CostController {
return CostResult.success(page); return CostResult.success(page);
} }
@ApiOperation("待我审核列表") @ApiOperation("审核费用单列表")
@GetMapping("/checkCostCount") @GetMapping("/checkCostCount")
public CostResult<Long> checkCostCount(CheckCostListReq req) { public CostResult<Long> checkCostCount(CheckCostListReq req) {
costService = CostServiceFactory.getCostService(); costService = CostServiceFactory.getCostService();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment