修改了删除
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user