mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 17:38:48 +08:00
结算收款功能
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…
Reference in New Issue
Block a user