dotnetcore / sharding-core

high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵
https://xuejmnet.github.io/sharding-core-doc/
Apache License 2.0
1.17k stars 171 forks source link

Abp Vnext 仓储的DbContext没有获取到被追踪的实体。 #280

Closed Developer-echo closed 2 months ago

Developer-echo commented 2 months ago

WeChatfa6c1fb9cc742fd58644b68e6c2a4878

Developer-echo commented 2 months ago

分表查询和更新等等业务都是正常的,只是在处理更新是仅更新部分字段这个问题。

Developer-echo commented 2 months ago

image

这是未集成ShardingCore的context,是我忘记配置了什么吗?

Developer-echo commented 2 months ago

image

这是我的配置内容,请指教!

Developer-echo commented 2 months ago

image

这是适用于此情况的解决方案吗?