Commit 4c5f8b99 by 徐高华

核销订单

parent 9ff3df07
......@@ -533,6 +533,7 @@ public class GicOrderController {
qdto.setBusinessType(OrderEnum.BusinessTypeEnum.MICRO_MALL.getType());
qdto.setPageNum(1);
qdto.setPageSize(1);
qdto.setDeliveryOptType(1);
ServiceResponse<Page<ListOrderDTO>> ret = webOrderManageApiService.listOrder(qdto);
logger.info("核销订单数={}");
return ret.getResult().getTotalCount();
......
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