修改了第二个数字序列号
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user