Browse Source

费用审核 签证模块 新增 签证描述

leiy 9 months ago
parent
commit
76afca9451
1 changed files with 1 additions and 6 deletions
  1. 1 6
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 6
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -1558,11 +1558,6 @@ namespace OASystem.API.Controllers
                                 //    _detail.PriceNameContent = touristGuideGroundReservations.Area;
                                 //}
 
-
-
-
-
-
                                 List<Grp_CarTouristGuideGroundReservationsContent> touristGuideGroundReservationsContents = _CarTouristGuideGroundReservationsContent
                                     .Where(s => s.CTGGRId == touristGuideGroundReservations.Id && s.IsDel == 0 && s.Price != 0).ToList();
 
@@ -1598,7 +1593,7 @@ namespace OASystem.API.Controllers
                             if (visaInfo != null)
                             {
                                 _detail.PriceNameContent = getClientNameStr(clientNameList, visaInfo.VisaClient);
-                                _detail.PriceMsgContent = "备注:" + visaInfo.Remark;
+                                _detail.PriceMsgContent =  $"签证描述:{visaInfo.VisaDescription}\r\n 备注:{visaInfo.Remark}";
                             }
 
                             break;