account的 updateChain
This commit is contained in:
@@ -24,7 +24,7 @@ public interface ShopUserService extends IService<ShopUser> {
|
||||
|
||||
@Override
|
||||
default UpdateChain<ShopUser> updateChain() {
|
||||
return CzgUpdateChain.of(getMapper());
|
||||
return new UpdateChain<>(getMapper());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user