修改了第二个数字序列号

This commit is contained in:
2025-05-12 16:15:11 +08:00
parent bb9013261d
commit 4ad50863ef
8 changed files with 189 additions and 25 deletions

View File

@@ -453,7 +453,7 @@ namespace BarCode.Web.Domain.Services
BarCreateTime = sentity == null ? null : sentity.CreateTime,
IsTwo = sentity==null ? 1 :sentity.IsTwo,
TwoSerialNumber = sentity == null ? s: sentity.TwoSerialNumber,
IsNotCount = sentity == null ? "0":sentity.isNotCount
IsNotCount = sentity == null ? "0":sentity.IsNotCount
});
//以前是之前的
//// var sentity = serialList.FirstOrDefault(f => f.SerialNumber.Equals(s) || f.NumberCode.Equals(s));