提交 e4249280 编写于 作者: pig_冷冷's avatar pig_冷冷

🔖 🔖 🔖 Releasing / Version tags. 2.4.0 调整pig-ui...

🔖 🔖 🔖 Releasing / Version tags.  2.4.0 调整pig-ui 前端底层依赖  element  、avue 版本 大版本升级
上级 928873db
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册