|
@@ -197,7 +197,7 @@ namespace OASystem.API.Controllers
|
|
|
* 已收报表
|
|
|
*/
|
|
|
decimal prTotalAmount = 0.00M;//已收总金额
|
|
|
- string _prSql = string.Format(@"Select pr.Id,pr.Diid,pr.SectionTime,pr.Price,pr.Currency,
|
|
|
+ string _prSql = string.Format(@"Select pr.Id,pr.Diid,pr.SectionTime As SectionTimeDt,pr.Price,pr.Currency,
|
|
|
sd1.Name As CurrencyCode,sd1.Remark As CurrencyName,pr.Client,
|
|
|
pr.ReceivablesType,sd2.Name As ReceivablesTypeName,pr.Remark
|
|
|
From Fin_ProceedsReceived pr
|