大屏接口

dev_0531
yechenhao 5 years ago
parent ead3d4fca8
commit b9cebcdeb0

@ -126,7 +126,7 @@
<!--店铺ids→客户组织-->
<select id="selectCustomerOrgByShopIds" resultType="com.kiisoo.ic.customer.entity.ShopOrgInfoVO">
select t1.id as customerId,t1.`name` as customerName, t1.parent_id as companyId, t3.entity_id as shopId, t4.`name` as shopName
select t1.id as customerId,t1.`name` as customerName, t1.parent_id as companyId, t3.entity_id as shopId, ifnull(t4.`abbreviation`,t4.`name`) as shopName
from privilage_organizational t1, privilage_organizational_domain t2, privilage_domain_entity t3, poi_store t4
where t1.id = t2.org_id
and t2.domain_id = t3.domain_id

Loading…
Cancel
Save