account的 updateChain

This commit is contained in:
2025-12-20 17:20:26 +08:00
parent 09f071dd46
commit d49772bf9e

View File

@@ -24,7 +24,7 @@ public interface ShopUserService extends IService<ShopUser> {
@Override
default UpdateChain<ShopUser> updateChain() {
return CzgUpdateChain.of(getMapper());
return new UpdateChain<>(getMapper());
}
/**