From c19bf2cfab190b57f92223e5d1f15544f75b26df Mon Sep 17 00:00:00 2001 From: cyf Date: Fri, 14 Mar 2025 01:30:55 +0000 Subject: [PATCH] SVN r321 SVN-Revision: r321 --- 插件库/Lskj.Business/Impl/BaseModuleImpl.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/插件库/Lskj.Business/Impl/BaseModuleImpl.cs b/插件库/Lskj.Business/Impl/BaseModuleImpl.cs index 251f8fc..36faa27 100644 --- a/插件库/Lskj.Business/Impl/BaseModuleImpl.cs +++ b/插件库/Lskj.Business/Impl/BaseModuleImpl.cs @@ -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