SVN r321
SVN-Revision: r321
This commit is contained in:
@@ -871,6 +871,10 @@ namespace Lskj.Business.Impl
|
||||
{
|
||||
field += ",ScanAfterEmpty";
|
||||
}
|
||||
if (HasExistsColumn("p_systembillsourcecond", "ImportReturnValue"))
|
||||
{
|
||||
field += ",ImportReturnValue";
|
||||
}
|
||||
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