Commit 3d2a68df authored by 周健威's avatar 周健威

修改租车 接口

parent a247e241
......@@ -116,8 +116,8 @@ public class BaseController<Biz extends BaseBiz,Entity> extends CommonBaseContro
@ApiOperation("查询所有")
@RequestMapping(value = "/alls",method = RequestMethod.GET)
@ResponseBody
public ObjectRestResponse alls(){
return ObjectRestResponse.succ(baseBiz.selectListAlls());
public ObjectRestResponse alls(Entity entity){
return ObjectRestResponse.succ(baseBiz.selectListAlls(entity));
}
......
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