🔖 🔖 🔖 Releasing / Version tags. 2.4.0 调整pig-ui 前端底层依赖 element 、avue 版本 大版本升级

This commit is contained in:
冷冷 2019-08-26 10:50:03 +08:00
parent 928873dbc5
commit e4249280c5
1 changed files with 1 additions and 0 deletions

View File

@ -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>