齐套业务代码提交
This commit is contained in:
@@ -517,7 +517,10 @@ namespace Tnb.WarehouseMgr
|
||||
{
|
||||
await _db.Ado.BeginTranAsync();
|
||||
//根据生成的预任务,插入预任务操作记录
|
||||
await _db.Insertable(input.PreTaskRecord).ExecuteCommandAsync();
|
||||
if (input.PreTaskRecord != null)
|
||||
{
|
||||
await _db.Insertable(input.PreTaskRecord).ExecuteCommandAsync();
|
||||
}
|
||||
if (input.PreTaskHandleCodes.Count > 0)
|
||||
{
|
||||
await _db.Insertable(input.PreTaskHandleCodes).ExecuteCommandAsync();
|
||||
|
||||
Reference in New Issue
Block a user