!146 增加bmi值展示

Merge pull request !146 from 德仔/develop
This commit is contained in:
德仔
2021-03-18 19:18:07 +08:00
committed by Gitee
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)
{