|
|
@ -285,7 +285,7 @@ public class BaseController extends Controller {
|
|
|
|
* @param scheme_id 版本ID
|
|
|
|
* @param scheme_id 版本ID
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Before({GET.class})
|
|
|
|
@Before({GET.class})
|
|
|
|
//@JwtCheckInterface({})
|
|
|
|
@JwtCheckInterface({})
|
|
|
|
public void fetchStructure(int scheme_id) {
|
|
|
|
public void fetchStructure(int scheme_id) {
|
|
|
|
List<Record> list = bm.fetchStructure(scheme_id, -1);
|
|
|
|
List<Record> list = bm.fetchStructure(scheme_id, -1);
|
|
|
|
renderJson(RetKit.renderSuccess("成功", list));
|
|
|
|
renderJson(RetKit.renderSuccess("成功", list));
|
|
|
|