master
kira 7 years ago
parent 5957f2421c
commit 95082e96a3

@ -13,7 +13,8 @@
<select id="listByClientMoniker" resultType="com.alibaba.fastjson.JSONObject">
select pmc.*,pm.module_name from sys_permission_partner_modules_clients pmc left join sys_permission_partner_modules pm
on pmc.module_id = pm.id and pmc.client_moniker = #{client_moniker}
on pmc.module_id = pm.id
where pmc.client_moniker = #{client_moniker}
</select>
</mapper>
Loading…
Cancel
Save