public OrderInfoEntity GetOrderInfoByCodeAndStatus(string orderCode) { return(orderInfoDal.GetOrderInfoByCodeAndStatus(orderCode)); }