bug
lu
2025-08-14 0a3fb97b07ef9989d85a2269dc19130b48c12796
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
            {