This commit is contained in:
shuo.wang
2025-04-07 14:15:35 +08:00
parent 7465932495
commit 475800898a
3 changed files with 7 additions and 1 deletions

View File

@@ -171,7 +171,8 @@
<select id="getAllUser" resultType="com.cool.store.dto.UserDTO">
select
user_id as userId,
name
name,
mobile
from enterprise_user_${eid}
where active = true
<if test="keyword!=null and keyword!=''">