结算收款功能

This commit is contained in:
czx 2020-12-02 17:47:12 +08:00
parent 85716eb8d8
commit 54ff1d29ef

View File

@ -140,7 +140,7 @@ public class FtReportMealsDaoController extends BaseController {
*/ */
@GetMapping("/countBillingBetween") @GetMapping("/countBillingBetween")
public AjaxResult countBillingBetween(ReportMealsDayEntity dao) { public AjaxResult countBillingBetween(ReportMealsDayEntity dao) {
iFtReportMealsDaoService.countBillingBetween(dao); return AjaxResult.success(iFtReportMealsDaoService.countBillingBetween(dao));
} }
/** /**