|
@@ -299,7 +299,8 @@ namespace OASystem.API.Controllers
|
|
//删除了 And prom.PriceType = 1
|
|
//删除了 And prom.PriceType = 1
|
|
string _ropSql = string.Format(@"Select u.CnName As Appliction,prom.Id As PrId,prom.DiId As PrDiId,prom.Price As PrPrice,
|
|
string _ropSql = string.Format(@"Select u.CnName As Appliction,prom.Id As PrId,prom.DiId As PrDiId,prom.Price As PrPrice,
|
|
prom.PriceName AS PrPriceName,prom.CurrencyId As PrCurrencyId,
|
|
prom.PriceName AS PrPriceName,prom.CurrencyId As PrCurrencyId,
|
|
- prom.PayType As PrPayType,prom.PriceType As PrPriceType,ccp.*,prom.CreateTime As PrCreateTime
|
|
|
|
|
|
+ prom.PayType As PrPayType,prom.PriceType As PrPriceType,
|
|
|
|
+ ccp.RMBPrice * ccp.DayRate As RMBPrice,ccp.*,prom.CreateTime As PrCreateTime
|
|
From Fin_PaymentRefundAndOtherMoney prom
|
|
From Fin_PaymentRefundAndOtherMoney prom
|
|
Left Join Grp_CreditCardPayment ccp On prom.DiId = ccp.DIId And prom.Id = ccp.CId
|
|
Left Join Grp_CreditCardPayment ccp On prom.DiId = ccp.DIId And prom.Id = ccp.CId
|
|
Left Join Sys_Users u On ccp.CreateUserId = u.Id
|
|
Left Join Sys_Users u On ccp.CreateUserId = u.Id
|