代码规范提交
This commit is contained in:
parent
bfd206a0b2
commit
3deaf3a3dc
|
|
@ -40,6 +40,8 @@ public class BmProjectLotController extends BaseController{
|
|||
{
|
||||
startPage();
|
||||
List<BmProjectLot> list = bmProjectLotService.getProjectLotAll(bmProjectLot);
|
||||
|
||||
|
||||
return getDataTable(list);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue