|
@@ -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;
|