Commit 15913c30 by 徐高华

订单

parent a30239a0
......@@ -85,6 +85,8 @@ public class GicOrderRefundController {
if (clerk.getClerkType() == 1) {
qdto.setClerkId(null);
}
qdto.setHbSearch(qdto.getSearch());
qdto.setSearch(null);
ServiceResponse<Page<OrderRefundExchangeListDTO>> resp = orderRefundApiService.refundExchangePage(qdto);
return RestResponse.successResult(resp.getResult());
}
......
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