1、线程池bean命名规范;2、菜单管理controller、service单元测试完善;3、已有controller单测替换mock static SecurityFrameworkUtils;

This commit is contained in:
gaoqr
2026-01-26 17:42:31 +08:00
parent b09892a349
commit 0d4700e225
12 changed files with 1008 additions and 279 deletions
@@ -23,4 +23,8 @@ public @interface WithMockLoginUser {
boolean isSuperAdmin() default false;
long organId() default 0L;
int userType() default 1;
long productId() default 0L;
}