|
@@ -41,7 +41,7 @@
|
|
from product p
|
|
from product p
|
|
|
|
|
|
left join productdetailinfo d on p.productID=d.productID
|
|
left join productdetailinfo d on p.productID=d.productID
|
|
- left join brand as br on p.brandID = br.brandID
|
|
|
|
|
|
+ left join cm_brand as br on p.brandID = br.id
|
|
|
|
|
|
left join tinytype as t on p.tinyTypeID = t.tinyTypeID
|
|
left join tinytype as t on p.tinyTypeID = t.tinyTypeID
|
|
left join smalltype as s on t.smallTypeID = s.smallTypeID
|
|
left join smalltype as s on t.smallTypeID = s.smallTypeID
|