mirror of https://gitee.com/maxjhandsome/pig
🔖 🔖 🔖 Releasing / Version tags. 2.4.0 调整pig-ui 前端底层依赖 element 、avue 版本 大版本升级
This commit is contained in:
parent
928873dbc5
commit
e4249280c5
|
@ -153,6 +153,7 @@
|
|||
sys_user AS `user`
|
||||
LEFT JOIN sys_dept AS d ON d.dept_id = `user`.dept_id
|
||||
<where>
|
||||
`user`.del_flag = '0'
|
||||
<if test="query.username != null and query.username != ''">
|
||||
and `user`.username LIKE CONCAT('%',#{query.username},'%')
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue