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