Commit 85f86ee9 authored by hezhen's avatar hezhen

123

parent f9ee0dcc
......@@ -34,8 +34,8 @@ public class TourGoodAdminController extends BaseController<TourGoodBiz, TourGoo
}
@ApiOperation("后台查询旅游路线列表")
@RequestMapping(value = "/admin/goodList", method = RequestMethod.POST)
public ObjectRestResponse<TourGood> goodList(@RequestBody GoodSearchDTO dto) {
@RequestMapping(value = "/admin/goodList", method = RequestMethod.GET)
public ObjectRestResponse<TourGood> goodList(GoodSearchDTO dto) {
setPowerData(dto,true);
log.info("GoodSearchDTO",dto);
return ObjectRestResponse.succ(baseBiz.getAll(dto));
......
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