publish 2.0.0.rc28

This commit is contained in:
曾文豪
2024-08-13 15:19:03 +08:00
parent 11c8d234ff
commit 60f996137f
13 changed files with 25 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>2.0.0.rc26</version>
<version>2.0.0.rc28</version>
</parent>
<artifactId>springboot-role</artifactId>

View File

@@ -50,8 +50,8 @@
select crgr.menu_id
from core_role_user cru
left join core_role_group_rx crgr on crgr.group_id = cru.type_id
where type = 'job'
and user_id = #{userId}
where cru.type = 'job'
and cru.user_id = #{userId}
and cru.is_deleted = 0
and (cru.expire_time is null or cru.expire_time > now())