修改了删除

This commit is contained in:
2025-05-19 13:59:01 +08:00
parent 553f3c9b01
commit 21c7b5d599
5 changed files with 36 additions and 2 deletions

View File

@@ -454,7 +454,7 @@ namespace BarCode.Web.Domain.Services
foreach (var sg in sGList)
{
int number = sGSNumberList.Where(w => w.GenerateRecordId == sg.Id && w.BoxId > 0).Count();
int number = sGSNumberList.Where(w => w.GenerateRecordId == sg.Id && w.BoxId > 0 && w.IsNotCount!="1").Count();
sg.Use(number);
}