public ActionResult SubmitUpdateState(string keyValue, int State) { formmodulebll.UpdateState(keyValue, State); return(Success("操作成功。")); }