Commit 37687c2d by 徐高华

test

parent e6e3a8e1
......@@ -110,7 +110,7 @@ public class GicOrderController {
}
// 订单发货商品列表
@RequestMapping("order-logistics-deliver")
@RequestMapping("order-list")
public RestResponse<Object> orderDeliverList(String enterpriseId, String orderId) {
ServiceResponse<OrderDetailDTO> resp = this.webOrderManageApiService.getOrderDetail(enterpriseId, orderId);
List<OrderListItemVO> list = null;
......
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