Commit deee3b99 authored by 吴春's avatar 吴春

提交代码

parent 46fc1f02
...@@ -232,7 +232,7 @@ and DATE_FORMAT(b.PaymentTime,'%y-%m-%d')<DATE_FORMAT('{endDate}','%y-%m-%d') A ...@@ -232,7 +232,7 @@ and DATE_FORMAT(b.PaymentTime,'%y-%m-%d')<DATE_FORMAT('{endDate}','%y-%m-%d') A
item.IsPublic, item.IsPublic,
BType = item.AccountType, BType = item.AccountType,
AccountId = item.AccountId, AccountId = item.AccountId,
WBMoney = result.Sum(x => x.FinanceType == 1 ? (x.Final_Price ?? 0) : (x.FreightMoney ?? 0)), WBMoney = (result.Sum(x => x.FinanceType == 1 ? (x.Final_Price ?? 0) : (x.FreightMoney ?? 0)))- OriginalFee,
RB_Branch_Id = Config.RB_Branch_Id, RB_Branch_Id = Config.RB_Branch_Id,
RemitterName = item.RemitterName, RemitterName = item.RemitterName,
TradeDate = System.DateTime.Now.ToString("yyyy-MM-dd"), TradeDate = System.DateTime.Now.ToString("yyyy-MM-dd"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment