工序工位存入bas_process_station
This commit is contained in:
@@ -722,7 +722,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