DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkProcesses.cs
@@ -217,6 +217,7 @@ isBack = txt_isBack.Checked ? 1 : 0, isStatus = txt_isStatus.Checked ? 1 : 0, description = txt_description.Text.Trim(), isZsm= txt_isZsm.Checked ? 1 : 0, }; try { @@ -320,6 +321,5 @@ ToolBox.MsgHelper.Warning("提示:" + ex.Message); } } } }