修改部门,用户列表显示问题

master
wangwei 2 years ago
parent 0b8f8aa526
commit 8ede83989c

@ -175,7 +175,7 @@
<select id="getIdByCode" resultType="java.lang.Long">
select id
from auth_dept
where code = #{fromCorpId}
where id = #{fromCorpId}
</select>
<insert id="insertInvWarehouse" keyProperty="id"
parameterType="com.glxp.api.entity.auth.DeptEntity">
@ -283,4 +283,4 @@
<select id="selectNameByCode" resultType="java.lang.String">
select name from auth_dept where code = #{code}
</select>
</mapper>
</mapper>

Loading…
Cancel
Save