存erp到货单主子表id

This commit is contained in:
2024-08-02 11:13:05 +08:00
parent cf4c3d36b6
commit 6aa821652b
9 changed files with 299 additions and 31 deletions

View File

@@ -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 "测试成功";
}