SVN r923
SVN-Revision: r923
This commit is contained in:
@@ -938,6 +938,14 @@ namespace Lskj.Business.Impl
|
||||
{
|
||||
field += ",ImportCurrentValue";
|
||||
}
|
||||
if (HasExistsColumn("p_systembillsourcecond", "UnionFields"))
|
||||
{
|
||||
field += ",UnionFields";
|
||||
}
|
||||
if (HasExistsColumn("p_systembillsourcecond", "UnionValue"))
|
||||
{
|
||||
field += ",UnionValue";
|
||||
}
|
||||
string sqlValue = string.Format(@"select id,controlLeft,controlTop,controlWidth,controlHeight,controlType as fieldTypeId,controlName as fieldName,controlLabel as userName,'' DataFormat,
|
||||
defaultValue,sourceSql as lookupSql,keyField as lookupKeyField,resultField as lookupResult,edited,checkCond,InputHintText{0}
|
||||
from p_systembillsourcecond
|
||||
|
||||
Reference in New Issue
Block a user