Exemplo n.º 1
0
        public void GetEnterpriseFinanceInfoForUserName()
        {
            var userName = _request["UserName"].ToString();

            _response.Write(_em.GetEnterpriseFianceInfoByUserName(userName));
            //返回一个json数组给前端
            //例:[{"year":"2015" "zzze":"125" , "fzze":"50" },{"year":"2016" "zzze":"125" , "fzze":"50" },{"year":"2017" "zzze":"125" , "fzze":"50" }]
        }