Commit c8a3a5c3 by 徐高华

test

parent 37687c2d
......@@ -110,7 +110,7 @@ public class GicOrderController {
}
// 订单发货商品列表
@RequestMapping("order-list")
@RequestMapping("order-deliver-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