|
@@ -39,7 +39,7 @@
|
|
b.name as bigTypeText,
|
|
b.name as bigTypeText,
|
|
|
|
|
|
p.shopID as shopId,
|
|
p.shopID as shopId,
|
|
- sh.name as shopTitle,
|
|
|
|
|
|
+ if(p.realShopName is null or p.realShopName = '',sh.name,p.realShopName) as shopTitle,
|
|
sh.businessScope as businessScope,
|
|
sh.businessScope as businessScope,
|
|
sh.authorizationCertificateImage as license,
|
|
sh.authorizationCertificateImage as license,
|
|
CONCAT(pr.name, ci.name) as shopAddress
|
|
CONCAT(pr.name, ci.name) as shopAddress
|