SVN r725
SVN-Revision: r725
This commit is contained in:
@@ -420,6 +420,10 @@ namespace Lskj.Business.Impl
|
||||
sumCond += ",a.LookUpWidth ";
|
||||
if (HasExistsColumn("p_systembillDetail", "LookUpFieldsWidth"))
|
||||
sumCond += ",a.LookUpFieldsWidth ";
|
||||
if (HasExistsColumn("p_systembillDetail", "PrivilegeView"))
|
||||
sumCond += ",a.PrivilegeView ";
|
||||
if (HasExistsColumn("p_systembillDetail", "PrivilegeOper"))
|
||||
sumCond += ",a.PrivilegeOper ";
|
||||
|
||||
string columsSql = string.Format(@"SELECT DISTINCT
|
||||
isnull(CASE WHEN ISNULL(b.userList,'')='' AND ISNULL(a.PrivilegeView,'')<>'' OR isnull(isVisible,0)=1 THEN 0 ELSE width END,0) width,
|
||||
|
||||
Reference in New Issue
Block a user