recover
This commit is contained in:
@@ -82,6 +82,13 @@ public class BuyOrderController {
|
||||
private SysConfigService sysConfigService;
|
||||
|
||||
|
||||
|
||||
@RequestMapping("/list")
|
||||
public R list(@RequestParam Map<String, Object> params) throws Exception {
|
||||
PageUtils page = buyOrderService.list(params);
|
||||
return R.ok().put("page", page);
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单列表
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user