lu
2025-05-27 557bbc16b5341d4e9ba1352ec48e66fc573b88cb
DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs
@@ -325,7 +325,10 @@
                        string _Fstand = row["Fstand"].ToString();
                        string _FupAllow = row["FupAllow"].ToString();
                        string _FdownAllow = row["FdownAllow"].ToString();
                        bool _isRzxx = (row["isRzxx"].ToString() == "1" ? true : false);
                        string _isRzxxTxt = row["isRzxx"].ToString();
                        bool _isRzxx = false;
                        if (_isRzxxTxt == "1" || _isRzxxTxt.ToUpper() == "true".ToUpper())
                            _isRzxx = true;
                        //假如三个都为空通过
                        if (string.IsNullOrEmpty(_Fstand) && string.IsNullOrEmpty(_FupAllow) && string.IsNullOrEmpty(_FdownAllow))
                        {
@@ -809,5 +812,6 @@
            }
        }
        #endregion
    }
}