diff --git a/Tiobon.Core.Services/CommonServices.cs b/Tiobon.Core.Services/CommonServices.cs index cccdff65..a65a7f50 100644 --- a/Tiobon.Core.Services/CommonServices.cs +++ b/Tiobon.Core.Services/CommonServices.cs @@ -1526,7 +1526,7 @@ public partial class CommonServices : BaseServices>, ICommon { display = true, fnKey = "TBD27YN", - fnTitle = "下载", + fnTitle = "Offer下载", fnType = "row", icon = "ess-icon-reject", position = "left" diff --git a/Tiobon.Core.Services/Ghrh/Ghrh_OfferApplyOrderServices.cs b/Tiobon.Core.Services/Ghrh/Ghrh_OfferApplyOrderServices.cs index eafc45c5..b398fa33 100644 --- a/Tiobon.Core.Services/Ghrh/Ghrh_OfferApplyOrderServices.cs +++ b/Tiobon.Core.Services/Ghrh/Ghrh_OfferApplyOrderServices.cs @@ -241,6 +241,10 @@ public class Ghrh_OfferApplyOrderServices : BaseServices().Where(x => x.OrderId == applyOrder.Id).ToListAsync(); } + obj.CurrencyId = await Db.Ado.GetIntAsync(@"SELECT CurrencyID +FROM Ghrc_Currency +WHERE IsDefault = 1 AND IsEnable = 1"); + return ServiceResult.OprateSuccess("查询成功", obj); }