|
|
|
@ -872,7 +872,7 @@ ORDER BY A.SortNo ASC"; |
|
|
|
|
var entity = await QueryById(id); |
|
|
|
|
string statementRemark = string.Empty; |
|
|
|
|
#region Column |
|
|
|
|
string sql = @"DECLARE @ID BIGINT = 1
|
|
|
|
|
string sql = @$"DECLARE @ID BIGINT = 1
|
|
|
|
|
|
|
|
|
|
BEGIN |
|
|
|
|
DECLARE |
|
|
|
@ -889,7 +889,7 @@ BEGIN |
|
|
|
|
FROM (SELECT a.ID, |
|
|
|
|
a.ID ResumeTemplateInfoGroupID, |
|
|
|
|
b.ID ResumeInfoGroupID, |
|
|
|
|
[dbo].[FLangKeyToValue](b.MKey,3,b.GroupName) tabName, |
|
|
|
|
[dbo].[FLangKeyToValue](b.MKey,{langId},b.GroupName) tabName, |
|
|
|
|
b.GroupType tabKey, |
|
|
|
|
b.TableName, |
|
|
|
|
b.TablePKIDName, -- 是否可挑选栏位 |
|
|
|
@ -4120,7 +4120,7 @@ WHERE A.IsEnable = 1 AND C.IsEnable = 1 |
|
|
|
|
isExistError = true; |
|
|
|
|
continue; |
|
|
|
|
} |
|
|
|
|
if (column.DataSourceType.IsNullOrEmpty()) |
|
|
|
|
if (column.DataSourceType.IsNullOrEmpty() && value.IsNotEmptyOrNull()) |
|
|
|
|
{ |
|
|
|
|
if (column.DataType == "int" || column.DataType == "decimal") |
|
|
|
|
{ |
|
|
|
|