代码规范提交

This commit is contained in:
liang.chao 2024-01-23 10:10:35 +08:00
parent 3deaf3a3dc
commit 2c92f4dd3d
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ public class BmProjectLotController extends BaseController{
{ {
startPage(); startPage();
List<BmProjectLot> list = bmProjectLotService.getProjectLotAll(bmProjectLot); List<BmProjectLot> list = bmProjectLotService.getProjectLotAll(bmProjectLot);
return getDataTable(list); return getDataTable(list);
} }