Commit 415877b3 authored by libin's avatar libin

会员订单列表导出

parent af799fff
......@@ -72,7 +72,7 @@ public class OrderMemberController extends BaseController<OrderMemberDetailBiz,
return ObjectRestResponse.succ(memberOrderPageVo);
}
@GetMapping("/export")
@GetMapping("/app/unauth/export")
@ResponseBody
public void exportMemberOrders(@RequestBody MemberOrderFindDTO memberOrderFindDTO, HttpServletResponse response){
try {
......
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