|
|
|
@ -693,6 +693,7 @@ public class CollectController extends Controller {
|
|
|
|
|
*/
|
|
|
|
|
@Before({GET.class})
|
|
|
|
|
@IsLoginInterface({})
|
|
|
|
|
@LayUiPageInfoInterface({"page","limit"})
|
|
|
|
|
public void getBureauList(String area_id, int org_type_id, String org_name, int page, int limit) {
|
|
|
|
|
Page<Record> list = cm.getBureauList(area_id,org_type_id, org_name, page, limit);
|
|
|
|
|
renderJson(CommonUtil.renderJsonForLayUI(list));
|
|
|
|
|