|
@@ -43,7 +43,7 @@ public class CardController extends BaseController {
|
|
private ConcurrentService concurrentService;
|
|
private ConcurrentService concurrentService;
|
|
|
|
|
|
@ApiOperation(value = "查询卡格式列表(分页)")
|
|
@ApiOperation(value = "查询卡格式列表(分页)")
|
|
- @RequestMapping(value = "/list", method = RequestMethod.POST)
|
|
|
|
|
|
+ @RequestMapping(value = "page", method = RequestMethod.POST)
|
|
public PageResult<CardInfo> list(CardQuery query) {
|
|
public PageResult<CardInfo> list(CardQuery query) {
|
|
return answerCardService.pageQuery(query);
|
|
return answerCardService.pageQuery(query);
|
|
}
|
|
}
|