|
|
|
@ -241,6 +241,10 @@ public class Ghrh_OfferApplyOrderServices : BaseServices<Ghrh_OfferApplyOrder, G |
|
|
|
|
obj.Items = await Db.Queryable<Ghrh_OfferApplyOrderSalary>().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<dynamic>.OprateSuccess("查询成功", obj); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|