|
|
@@ -358,7 +358,7 @@
|
|
|
a.customer_status as customerStatus,
|
|
|
d.name as adminName
|
|
|
from
|
|
|
- user_business a left join user b on
|
|
|
+ user_business a inner join user b on
|
|
|
a.uid = b.id left join business_glossory c on
|
|
|
a.business_glossory_id = c.id left join admin d on
|
|
|
a.aid = d.id
|
|
|
@@ -398,7 +398,7 @@
|
|
|
select
|
|
|
count(0)
|
|
|
from
|
|
|
- user_business a left join user b on
|
|
|
+ user_business a inner join user b on
|
|
|
a.uid = b.id left join business_glossory c on
|
|
|
a.business_glossory_id = c.id left join admin d on
|
|
|
a.aid = d.id
|