修改bug

master
wangwei 2 years ago
parent b7bfdeeeaf
commit 3b362f484d

@ -358,7 +358,7 @@
auth_dept.name warehouseName auth_dept.name warehouseName
from auth_warehouse from auth_warehouse
inner join auth_dept on auth_warehouse.parentId = auth_dept.code inner join auth_dept on auth_warehouse.parentId = auth_dept.code
inner join auth_warehouse_user on auth_warehouse.code = auth_warehouse_user.code LEFT join auth_warehouse_user on auth_warehouse.code = auth_warehouse_user.code
<where> <where>
<if test="userId != null"> <if test="userId != null">
AND auth_warehouse_user.userId = #{userId} AND auth_warehouse_user.userId = #{userId}

Loading…
Cancel
Save