摘要: public ActionResult Export(string queryJson) { try { var list = Biz.GetDetailView(queryJson); if (list == null) return Json(new { IsSuccess = false, Message = "无数据!" }, "text/html"); var basePath = Se 阅读全文
posted @ 2020-01-10 09:37 yufeiyunsui 阅读(158) 评论(0) 推荐(0)