fix(SysUserMapper.xml): 查询参数名错误修改

This commit is contained in:
郝先瑞 2022-02-13 23:58:47 +08:00
parent c5b8ca2e23
commit 78817eaafd

View File

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