main
黄海 9 months ago
parent 5d4c56080c
commit 37e1523dc3

@ -263,6 +263,7 @@ public class DataEaseController extends Controller {
*/ */
@Before(GET.class) @Before(GET.class)
@IsLoginInterface({}) @IsLoginInterface({})
@IsNumericInterface({ "id" })
public void getDataSetContent(int id) { public void getDataSetContent(int id) {
List<Record> list = dm.getDataSetContent(id); List<Record> list = dm.getDataSetContent(id);
renderJson(CommonUtil.renderJsonForLayUI(list)); renderJson(CommonUtil.renderJsonForLayUI(list));

Loading…
Cancel
Save