|
@@ -99,7 +99,6 @@ public class ClassStudentController extends BaseController {
|
|
|
public TableDataInfo<GoodsStudyRecordVo> list(UserQueryBo bo) {
|
|
|
startPage();
|
|
|
List<GoodsStudyRecordVo> list = iUserStudyRecordService.queryGoods(bo);
|
|
|
-
|
|
|
return getDataTable(list);
|
|
|
}
|
|
|
|
|
@@ -112,7 +111,6 @@ public class ClassStudentController extends BaseController {
|
|
|
public TableDataInfo<GoodsStudyRecordVo> listLive(UserQueryBo bo) {
|
|
|
startPage();
|
|
|
List<GoodsStudyRecordVo> list = iUserStudyRecordService.queryLiveGoods(bo);
|
|
|
-
|
|
|
return getDataTable(list);
|
|
|
}
|
|
|
|