diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/MakeCanSettlementService.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/MakeCanSettlementService.cs index 55082cf6..cb569a6d 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/MakeCanSettlementService.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/Syncs/MakeCanSettlementService.cs @@ -448,7 +448,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Syncs if (p_list.Count == 0) { - var ls = _dbcontext.Set().Where(p => p.Project == "BBAC_NOT" && p.Value == "True").ToList(); + var ls = _dbcontext.Set().Where(p => p.Project == "HBPO_NOT" && p.Value == "True").ToList(); if (ls.Any()) { _dbcontext.BulkDelete(ls);