|
@@ -72,7 +72,6 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
//币种验证 统一为currencycode三字码
|
|
//币种验证 统一为currencycode三字码
|
|
if (int.TryParse(_teamCurrency, out int currency)) _teamCurrency = setData.Find(x => x.Id == currency)?.Name ?? "";
|
|
if (int.TryParse(_teamCurrency, out int currency)) _teamCurrency = setData.Find(x => x.Id == currency)?.Name ?? "";
|
|
|
|
|
|
-
|
|
|
|
string costContentSql = $"Select * From Grp_GroupCost";
|
|
string costContentSql = $"Select * From Grp_GroupCost";
|
|
costContents = _sqlSugar.SqlQueryable<GroupCostAuditView>(costContentSql).Where(x => x.IsDel == 0 && x.Diid == diId).ToList();
|
|
costContents = _sqlSugar.SqlQueryable<GroupCostAuditView>(costContentSql).Where(x => x.IsDel == 0 && x.Diid == diId).ToList();
|
|
|
|
|