增加bmi值展示

This commit is contained in:
huangdeliang
2021-03-18 19:16:06 +08:00
parent a10b8715ce
commit 871f3dc056
5 changed files with 25 additions and 8 deletions

View File

@ -30,7 +30,6 @@ public class SysFoodHeatStatisticsController extends BaseController
/**
* 查询外食热量统计列表
*/
@PreAuthorize("@ss.hasPermi('custom:foodHeatStatistics:list')")
@GetMapping("/list")
public TableDataInfo list(SysCustomerHeatStatistics sysCustomerHeatStatistics)
{