Browse Source

sql修改

yuanrf 11 months ago
parent
commit
008d9c9a24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/FinancialController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/FinancialController.cs

@@ -3355,7 +3355,7 @@ namespace OASystem.API.Controllers
 
 
             string sql = string.Format(@" Select 
             string sql = string.Format(@" Select 
                                                 f.Id,f.DiId,
                                                 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													
 												c.CTDId,f.PriceType,f.PriceDetailType,f.Coefficient,f.Remark,f.PriceCount,f.PriceDt													
                                                 From Fin_GroupExtraCost f
                                                 From Fin_GroupExtraCost f
                                                 Inner Join Grp_CreditCardPayment c On f.Id = c.CId
                                                 Inner Join Grp_CreditCardPayment c On f.Id = c.CId