修改了所有的都更改箱号
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user