publish 2.0.11

This commit is contained in:
曾文豪
2024-09-30 11:46:43 +08:00
parent 919cd47623
commit 2f07f9eb66
13 changed files with 39 additions and 21 deletions

View File

@@ -49,6 +49,7 @@ public class CommRoleController {
.in("id", list)
.eq(CoreRoleServer.IS_DELETED, 0)
.eq("is_open", 1)
.orderByAsc("sort")
);
}