bug
lu
9 天以前 89d64f80cbc6442d777b9934909ff9f8870c6cc0
DevApp/Gs.DevApp/DevFrm/Work/Frm_WorkProcesses.cs
@@ -219,6 +219,7 @@
                isStatus = txt_isStatus.Checked ? 1 : 0,
                description = txt_description.Text.Trim(),
                isZsm= txt_isZsm.Checked ? 1 : 0,
                isTbm = txt_isTbm.Checked ? 1 : 0,
            };
            try
            {