lu
7 天以前 bebb7b48326afd83927edd877eef53f4002d9a3f
DevApp/Gs.DevApp/ToolBox/UtilityHelper.cs
@@ -1710,7 +1710,7 @@
        }
        public delegate void DelegateGetModel(string guid);
        public delegate void DelegateGetList(int currentPage);
        /// <summary>
        /// 
        /// </summary>
@@ -1829,7 +1829,8 @@
                        view.ActiveEditor.MouseUp += ActiveEditor_MouseUp;
                };
            }
            if (action2 != null) {
            if (action2 != null)
            {
                gridView1.FocusedRowChanged += (s, e) =>
                {
                    int _handle = gridView1.FocusedRowHandle;
@@ -1928,7 +1929,7 @@
                };
            }
        }
        private static void ActiveEditor_MouseUp(object sender, MouseEventArgs e)
        {
            BaseEdit edit = sender as BaseEdit;
@@ -2117,7 +2118,20 @@
            }
        }
        /// <summary>
        /// 数据过滤
        /// </summary>
        /// <returns></returns>
        public static string GetOrgWhere()
        {
            System.Text.StringBuilder sb = new System.Text.StringBuilder();
            sb.Append(" (select aboutGuid as fid from  SYS_USER_BIND where userGuid='" + LoginInfoModel.CurrentUser.LoginUserGuid + "' and ftype='组织')");
            return sb.ToString();
        }
        #endregion
        /// <summary>
        /// 判断是不是一个有效的数值
        /// </summary>