|
|
|
@ -23,6 +23,8 @@ namespace ButcherTraceBack.Controllers |
|
|
|
} |
|
|
|
else if (info.Code != null && info.Code.Length >= 12) |
|
|
|
info.Code = info.Code.Substring(info.Code.Length - 6, 6); |
|
|
|
if (!string.IsNullOrEmpty(info.TestingNo)) |
|
|
|
info.TestingResult = "合格"; |
|
|
|
return View(info); |
|
|
|
} |
|
|
|
} |
|
|
|
|