|
@@ -34,7 +34,14 @@ public class matterConllter extends BaseController {
|
|
|
List<Matter> list = matterService.selectSysMatterVo(matter);
|
|
|
return getDataTable(list);
|
|
|
}
|
|
|
-
|
|
|
+ /**
|
|
|
+ * 查询事项列表
|
|
|
+ */
|
|
|
+ @GetMapping("/listAll")
|
|
|
+ public AjaxResult listAll(Matter matter)
|
|
|
+ {
|
|
|
+ return success(matterService.selectSysMatterVo(matter));
|
|
|
+ }
|
|
|
/**
|
|
|
* 获取事项详细信息
|
|
|
*/
|