|
|
@ -40,7 +40,8 @@
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="filterAllByUser" parameterType="com.glxp.api.req.auth.FilterInvWarehouseRequest"
|
|
|
|
<!-- 如果部门下面未关联仓库 就不用拉-->
|
|
|
|
|
|
|
|
<select id="filterAllByUser" parameterType="com.glxp.api.req.auth.FilterInvWarehouseRequest"
|
|
|
|
resultType="com.glxp.api.entity.auth.DeptEntity">
|
|
|
|
resultType="com.glxp.api.entity.auth.DeptEntity">
|
|
|
|
select auth_dept.* from auth_dept
|
|
|
|
select auth_dept.* from auth_dept
|
|
|
|
INNER JOIN auth_warehouse
|
|
|
|
INNER JOIN auth_warehouse
|
|
|
|