交易费用计算dic用总值

This commit is contained in:
锦麟 王
2025-05-07 10:22:57 +08:00
parent 3a1b00b6c3
commit 0a523457c4
2 changed files with 2 additions and 5 deletions
@@ -533,9 +533,6 @@ namespace YLErp.Modules.TradeModule.DealModule
{
var result = new SearchListResult<clientContractR>();
var contractList = new List<clientContractR>();
// Fix for the issue: CS1525, CS0746, CS1003
// The problem lies in the incorrect syntax for defining an anonymous type.
// Anonymous type members must be declared using member assignment or simple names.
var query = from t in DbContext.trade.AsNoTracking().Where(x => x.TradeType == "收益互换" && x.ValidState != "InValid")
join tcrs in DbContext.trade_contract_r