Commit d90c179d by liyanlin

统计加上总经办

parent 05a37d24
......@@ -215,7 +215,9 @@ public class CostController {
Long count = costService.checkCostList(req).getTotal();
req.setType(1);
Long count1 = costService.checkCostList(req).getTotal();
return CostResult.success(count + count1);
req.setType(4);
Long count2 = costService.checkCostList(req).getTotal();
return CostResult.success(count + count1 + count2);
}
@ApiOperation("部门审核通过")
......
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