Commit e4c95817 by 徐高华

发货订单

parent e9e83888
......@@ -162,7 +162,7 @@ public class GicOrderController {
// 数量查询(待发货+待收货)
// orderType:2待发货 3待收货
@RequestMapping("order-deliver-count")
public RestResponse<Object> orderCount(String enterpriseId, String storeId, String clerkId, String search,
public RestResponse<Object> orderCount(String enterpriseId, String storeId, String clerkId,
@RequestParam(defaultValue = "1") int status) {
OrderCountVO vo = new OrderCountVO();
CountOrderStatusQDTO countOrderStatusQDTO = new CountOrderStatusQDTO();
......
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