修改数量

This commit is contained in:
2025-08-06 10:33:15 +08:00
parent 5066f932c9
commit d129c5e234
2 changed files with 5 additions and 1 deletions

View File

@@ -138,6 +138,10 @@ namespace BarCode.Web.Domain.Services
{
d.Number = 1000;
}
else if(d.Number==0)
{
continue;
}
if (d.isTwo == 0)//如果套装数为0那么自动变成1
{
d.isTwo = 1;