Quellcode durchsuchen

凑单商品详情bugfix

chao vor 3 Jahren
Ursprung
Commit
cb6deb3f8b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/main/resources/mapper/PromotionsMapper.xml

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

@@ -94,7 +94,7 @@
     </select>
     <select id="getProductListByPromotions" resultType="com.caimei365.commodity.model.search.ProductListVo">
 		select
-			p.productID as id,
+			p.productID as productId,
 			p.`name` as `name`,
 			p.mainImage as image,
 			p.price1 as price,