plf hace 4 años
padre
commit
9b1cb4e267

+ 1 - 1
src/main/resources/mapper/HomeMapper.xml

@@ -36,7 +36,7 @@
 			p.price1TextFlag as priceFlag,
 			p.actType as actType
 		from product p
-		left join brand as br on p.brandID = br.brandID
+		left join cm_brand as br on p.brandID = br.id
 		where p.validFlag != 0
 		and p.actFlag = 1
 		and (p.actType = 1 or p.actType = 2)

+ 1 - 1
src/main/resources/mapper/ProductMapper.xml

@@ -41,7 +41,7 @@
 		from product p
 
 		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 smalltype as s on t.smallTypeID = s.smallTypeID