结算收款功能
This commit is contained in:
parent
85716eb8d8
commit
54ff1d29ef
@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user