Commit e6f7a8c0 authored by 廖旭伟's avatar 廖旭伟

用户常用模块收藏功能

parent 871a8489
......@@ -119,8 +119,8 @@ public class ModelController extends BaseJsonBodyController {
* @param query
* @return
*/
@PostMapping({"list/test"})
public Rest<Object> getListT(@RequestBody ModelVO query) {
@PostMapping({"list/group"})
public Rest<Object> getListGroup(@RequestBody ModelVO query) {
Rest<Object> ret = new Rest();
Map<String, Object> model = new HashMap();
String busiDesc = "查询站点编排" ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment