This commit is contained in:
czx 2020-12-01 15:30:17 +08:00
parent af6b5546c9
commit 0b5b7db96d

View File

@ -32,6 +32,15 @@ public class FtReportMealsDaoController extends BaseController {
private final IFtReportMealsDaoService iFtReportMealsDaoService;
/**
* 查询指定用户上一次结算的日期并通过这个日期计算未结算的天数
*/
@GetMapping("/getLastSettlementDate/{patientId}")
public TableDataInfo getLastSettlementDate(@PathVariable("patiendId") Long patiendId) {
return null;
}
/**
* 查询所有报餐列表
*/