|
@@ -95,7 +95,7 @@ namespace OASystem.API.Controllers
|
|
|
private readonly EnterExitCostRepository _enterExitCostRep;
|
|
|
private readonly IHubContext<ChatHub, IChatClient> _hubContext;
|
|
|
private readonly UsersRepository _usersRep;
|
|
|
- private readonly IJuHeApiService _juHeApi;
|
|
|
+ private readonly IJuHeApiService _juHeApi;
|
|
|
private readonly InvertedListRepository _invertedListRep;
|
|
|
private readonly VisaFeeInfoRepository _visaFeeInfoRep;
|
|
|
private readonly TicketBlackCodeRepository _ticketBlackCodeRep;
|
|
@@ -4089,7 +4089,7 @@ FROM
|
|
|
|
|
|
_detail.PriceNameContent = _ioa.InviterArea;
|
|
|
|
|
|
- //2025-09-08 商邀费用名称更改:单项费用不等于0,则在名称后面最佳费用类型名称。
|
|
|
+ //2025-09-08 商邀费用名称更改:单项费用不等于0,则在名称后面最加费用类型名称。
|
|
|
List<string> priceExpNames = new List<string>();
|
|
|
if (_ioa.InviteCost != 0.00M) priceExpNames.Add("邀请费");
|
|
|
if (_ioa.SendCost != 0.00M) priceExpNames.Add("快递费");
|