Browse Source

调整

master
yibo 7 years ago
parent
commit
4fe91437e7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      ButcherTraceBack/Controllers/CodeViewController.cs

+ 2
- 0
ButcherTraceBack/Controllers/CodeViewController.cs View File

@ -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);
}
}


Loading…
Cancel
Save