Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -721,7 +721,15 @@ public class RunService : IRunService, ITransient
|
||||
dictionarySql.Clear();
|
||||
tableField.Add("ReturnIdentity", mainId);
|
||||
dictionarySql.Add("MainTableReturnIdentity", new List<Dictionary<string, object>>() { tableField });
|
||||
}
|
||||
|
||||
//modify by zhoukeda 20230428 雪花id返回至传入参数中 开始
|
||||
if (templateInfo.FormModel.primaryKeyPolicy.Equals(1))
|
||||
{
|
||||
dataInput.data.Add("ReturnIdentity", mainId);
|
||||
}
|
||||
//modify by zhoukeda 20230428 雪花id返回至传入参数中 结束
|
||||
|
||||
|
||||
// 拼接副表 sql
|
||||
if (templateInfo.AuxiliaryTableFieldsModelList.Any())
|
||||
|
||||
Reference in New Issue
Block a user