| | |
| | | { |
| | | //string SecurityKey = _configuration.GetSection("SecurityKey").Value; |
| | | var keyId = headers["Authorization"].FirstOrDefault(); |
| | | if (string.IsNullOrEmpty("keyId")) |
| | | if (string.IsNullOrEmpty(keyId)) |
| | | { |
| | | returnMsg.code = 2; |
| | | returnMsg.error = "没有获取到token"; |
| | |
| | | ViewBag.law = sysCodeDtls1;//法律依据 |
| | | |
| | | |
| | | |
| | | if (!challengeletterDTO.PrintNum.HasValue) |
| | | { |
| | | challengeletterDTO.PrintNum = 1; |
| | | } |
| | | |
| | | |
| | | ViewData.Model = challengeletterDTO; |
| | |
| | | |
| | | ViewBag.ChallengeletterChosen = _cooperOrderService.GetListChallengeletterChosen().Where(x => x.Createtime >= DateTime.Now.AddMonths(-2)).ToList(); ; |
| | | |
| | | if (!complaintletterDTO.PrintNum.HasValue) |
| | | { |
| | | complaintletterDTO.PrintNum = 1; |
| | | } |
| | | ViewData.Model = complaintletterDTO; |
| | | return View(); |
| | | } |
| | |
| | | foreach (var complaintItemDTO in complaintletterDTO.complaintItemDTOs) |
| | | { |
| | | |
| | | complaintletterDTO.SqdbId += complaintItemDTO.QuestionName + ";"; |
| | | complaintletterDTO.SqdbId += complaintItemDTO.QuestionName ; |
| | | } |
| | | } |
| | | |