修改了所有的都更改箱号

This commit is contained in:
2025-05-06 09:13:25 +08:00
parent a93c088c98
commit 1f61d3ca50
4 changed files with 20 additions and 5 deletions

View File

@@ -166,11 +166,11 @@ namespace BarCode.Web.Domain.Services
{
if(serialList[i].SerialNumber.ToString() == d)
{
serialList[i].CompleteBox(box.Id, d);
serialList[i].CompleteBox(box.Id, d,"0");
}
else
{
serialList[i].CompleteBox(0, d);
serialList[i].CompleteBox(box.Id, d,"1");
}
}