mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2025-01-03 17:42:20 +08:00
fix(SysUserMapper.xml): 查询参数名错误修改
This commit is contained in:
parent
c5b8ca2e23
commit
78817eaafd
@ -31,7 +31,7 @@
|
||||
<if test='queryParams.status!=null'>
|
||||
AND u.status = #{queryParams.status}
|
||||
</if>
|
||||
<if test='queryParam.deptId!=null'>
|
||||
<if test='queryParams.deptId!=null'>
|
||||
AND concat(',',concat(d.tree_path,',',d.id),',') like concat('%,',#{queryParams.deptId},',%')
|
||||
</if>
|
||||
</where>
|
||||
|
Loading…
Reference in New Issue
Block a user