|
|
@ -11,7 +11,7 @@ namespace ButcherTraceBack.Controllers |
|
|
{ |
|
|
{ |
|
|
public ActionResult Index(string code) |
|
|
public ActionResult Index(string code) |
|
|
{ |
|
|
{ |
|
|
if (code != null && code.Length == 22) |
|
|
|
|
|
|
|
|
if (code != null && code.Length != 23) |
|
|
{ |
|
|
{ |
|
|
return RedirectToAction("Index", "FreshView", new { code = code }); |
|
|
return RedirectToAction("Index", "FreshView", new { code = code }); |
|
|
} |
|
|
} |
|
|
|