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