Commit 715f476
authored
refactor: 移除 deleteUser 方法中的 readOnly 属性 (#333)
移除了 DefaultReactiveUserService 类中 deleteUser 方法的 @transactional 注解的 readOnly 属性。这个属性对于删除操作来说是不必要的,因为删除操作是写操作,而不是只读操作。1 parent d4c237b commit 715f476
File tree
1 file changed
+1
-1
lines changed- hsweb-system/hsweb-system-authorization/hsweb-system-authorization-default/src/main/java/org/hswebframework/web/system/authorization/defaults/service
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
0 commit comments