|
@@ -3355,7 +3355,7 @@ namespace OASystem.API.Controllers
|
|
|
|
|
|
string sql = string.Format(@" Select
|
|
|
f.Id,f.DiId,
|
|
|
- f.PriceName,f.Price,f.PriceCurrency,c.Payee,c.OrbitalPrivateTransfer,c.PayDId,
|
|
|
+ f.PriceName,f.Price,f.PriceCurrency,c.Payee,c.OrbitalPrivateTransfer,c.PayDId,f.area,
|
|
|
c.CTDId,f.PriceType,f.PriceDetailType,f.Coefficient,f.Remark,f.PriceCount,f.PriceDt
|
|
|
From Fin_GroupExtraCost f
|
|
|
Inner Join Grp_CreditCardPayment c On f.Id = c.CId
|