main
黄海 9 months ago
parent e658dd996f
commit 28e3d244b4

@ -142,7 +142,7 @@ public class ResourceController extends Controller {
*/ */
@Before({GET.class}) @Before({GET.class})
@JwtCheckInterface({}) @JwtCheckInterface({})
@IsNumericInterface({"pageNum", "pageSize"}) @IsNumericInterface({"pageNum", "pageSize","structure_id"})
public void getResourceBaseList(int stage_id, int scheme_id, int subject_id, int structure_id, String keyword, int pageNum, int pageSize) { public void getResourceBaseList(int stage_id, int scheme_id, int subject_id, int structure_id, String keyword, int pageNum, int pageSize) {
Page<Record> listPage = rm.getResourceBaseList(stage_id,scheme_id,subject_id,structure_id,keyword,pageNum, pageSize); Page<Record> listPage = rm.getResourceBaseList(stage_id,scheme_id,subject_id,structure_id,keyword,pageNum, pageSize);
renderJson(RetKit.renderSuccess(listPage)); renderJson(RetKit.renderSuccess(listPage));

Loading…
Cancel
Save