Commit 514de758 by 徐高华

好办售后列表只查询门店库存

parent ed9a9fcb
...@@ -92,6 +92,7 @@ public class GicOrderRefundController { ...@@ -92,6 +92,7 @@ public class GicOrderRefundController {
} }
qdto.setHbSearch(qdto.getSearch()); qdto.setHbSearch(qdto.getSearch());
qdto.setSearch(null); qdto.setSearch(null);
qdto.setHbFlag(1);
ServiceResponse<Page<OrderRefundExchangeListDTO>> resp = orderRefundApiService.refundExchangePage(qdto); ServiceResponse<Page<OrderRefundExchangeListDTO>> resp = orderRefundApiService.refundExchangePage(qdto);
return RestResponse.successResult(resp.getResult()); 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