修改了序列号获取
This commit is contained in:
@@ -319,8 +319,16 @@ namespace WMS.Web.Repositories
|
||||
response.IsTwo = entity.serial.IsTwo;
|
||||
if (entity.serial.IsTwo > 1)
|
||||
{
|
||||
|
||||
if (entity.serial.TwoSerialNumber != null)
|
||||
{
|
||||
// bool isNumber = false;
|
||||
//if(entity.serial.TwoSerialNumber.IndexOf(serialNumber) >= 0)
|
||||
// {
|
||||
// // isNumber = true;//说明用的是数字序列号
|
||||
// // response.TwoSerialNumber = entity.serial.TwoSerialNumber.Replace(entity.serial., "").Replace(",", "");
|
||||
//}
|
||||
|
||||
response.TwoSerialNumber = entity.serial.TwoSerialNumber.Replace(entity.serial.SerialNumber, "").Replace(",", "");
|
||||
response.IsNotCount = entity.serial.IsNotCount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user