忠帅 张 před 2 roky
rodič
revize
5267dab4ab

+ 1 - 1
wwwroot/mes/mst/workstationuser/workstationuser.ashx

@@ -281,7 +281,7 @@ public class workstationuser : IHttpHandler, IRequiresSessionState
                 );
                 if (isExists != null)
                 {
-                    return new JsonResult(JsonStatus.otherError) { message = "当前第" + i + "工位已绑定" }.ToJson();
+                    return new JsonResult(JsonStatus.otherError) { message = "当前第" + (i+1) + "工位已绑定" }.ToJson();
                 }
             }