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