zhengcaioa/zhengcaioa/Controllers/BusinessOrder/OrderBanciController.cs
@@ -214,7 +214,7 @@
            ViewData["shangxiawu"] = _liaotianService.GetSYScode("order_banci_dtl", "shangxiawu");
            ViewData["shangxiawu"] = _liaotianService.GetSYScode("order_banci_order", "kechengleixing_id");
@@ -334,10 +334,18 @@
                    returnMsg.error = "没有查询到班次";
                    returnMsg.count = 0;
                }
                else
                {
                    OrderBanciDtlDTOSearch searchEntity = new OrderBanciDtlDTOSearch();
                    searchEntity.page = 1;
                    searchEntity.rows = 1000;
                    searchEntity.OrderBanciId = id;
                    orderBanciDTO.orderBanciDtlDTOs = _orderBanciDtlService.SearchByPaging(searchEntity).DataList;
                    returnMsg.code = 1;
                    returnMsg.count = 1;
                    returnMsg.returnObj = orderBanciDTO;
                }
                returnMsg.code = 1;
                returnMsg.count = 1;
                returnMsg.returnObj = orderBanciDTO;
            }
            catch (Exception ex)
            {