存erp到货单主子表id
This commit is contained in:
@@ -280,9 +280,9 @@ public class TestService : IDynamicApiController, ITransient
|
||||
};
|
||||
inserteErpExtendFields.Add(extendField);
|
||||
|
||||
await _sugar.Insertable(insertList).ExecuteCommandAsync();
|
||||
await _sugar.Insertable(inserteErpExtendFields).ExecuteCommandAsync();
|
||||
}
|
||||
await _sugar.Insertable(insertList).ExecuteCommandAsync();
|
||||
await _sugar.Insertable(inserteErpExtendFields).ExecuteCommandAsync();
|
||||
return "测试成功";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user