CY_ECommercePlatform/CY.WebForm/Pages/business/InvoicingOrderPrint.aspx.cs
@@ -86,7 +86,7 @@ string orderids = Request["SellerOrderId"] == null ? "" : Request["SellerOrderId"]; @@ -117,7 +117,18 @@ SetParamValue(searchParam, 23, ""); SetParamValue(searchParam, 24, ""); SetParamValue(searchParam, 25, ""); if (string.IsNullOrEmpty(KaipiaoshenqingId)) { SetParamValue(searchParam, 26, ""); SetParamValue(searchParam, 29, orderids); } else { SetParamValue(searchParam, 26, KaipiaoshenqingId.ToGuid2()); SetParamValue(searchParam, 29, ""); } SearchParam = searchParam;