临时
This commit is contained in:
parent
af6b5546c9
commit
0b5b7db96d
@ -32,6 +32,15 @@ public class FtReportMealsDaoController extends BaseController {
|
|||||||
|
|
||||||
private final IFtReportMealsDaoService iFtReportMealsDaoService;
|
private final IFtReportMealsDaoService iFtReportMealsDaoService;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 查询指定用户上一次结算的日期,并通过这个日期计算未结算的天数
|
||||||
|
*/
|
||||||
|
@GetMapping("/getLastSettlementDate/{patientId}")
|
||||||
|
public TableDataInfo getLastSettlementDate(@PathVariable("patiendId") Long patiendId) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询所有报餐列表
|
* 查询所有报餐列表
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user