Commit e030fae1 by 徐高华

数量

parent a4ba35bd
......@@ -82,8 +82,8 @@ public class GicOrderController {
// 数量查询(待发货+待收货)
// orderType:2待发货 3待收货
@RequestMapping("order-deliver-count")
public RestResponse<Object> orderCount(String enterpriseId, String clerkId, String searchParams,
@RequestParam(defaultValue = "1") int orderType) {
public RestResponse<Object> orderCount(String enterpriseId, String storeId, String clerkId, String search,
@RequestParam(defaultValue = "1") int status) {
OrderCountVO vo = new OrderCountVO();
return RestResponse.successResult(vo);
}
......@@ -111,7 +111,6 @@ public class GicOrderController {
member.setAddressName(orderInfo.getBuyerName());
member.setAddressDetail(orderInfo.getAddressInfo());
orderDetailVO.setMember(member);
return RestResponse.successResult(orderDetailVO);
}
......
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