Commit 6a970e93 authored by 周健威's avatar 周健威

修改bug

parent f0d46c4a
...@@ -163,6 +163,7 @@ public class BaseOrderController extends CommonBaseController implements UserRes ...@@ -163,6 +163,7 @@ public class BaseOrderController extends CommonBaseController implements UserRes
@ApiOperation("查询个数") @ApiOperation("查询个数")
@RequestMapping(value = "/count",method = RequestMethod.GET) @RequestMapping(value = "/count",method = RequestMethod.GET)
@ResponseBody @ResponseBody
@IgnoreUserToken
public ObjectRestResponse<Integer> entityList(Integer hasMemberRight, String multiStatus, Integer userId){ public ObjectRestResponse<Integer> entityList(Integer hasMemberRight, String multiStatus, Integer userId){
//查询列表数据 //查询列表数据
WeekendSqls<BaseOrder> weekendSqls = WeekendSqls.<BaseOrder>custom(); WeekendSqls<BaseOrder> weekendSqls = WeekendSqls.<BaseOrder>custom();
......
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