private object GetDYQKSource(string slbh)
        {
            JGCXBLL bll = new JGCXBLL();

            return(bll.GetDYQK(slbh));
        }
        private string GetCXLX(string slbh)
        {
            JGCXBLL bll = new JGCXBLL();

            return(bll.GetCXLX(slbh));
        }