zoujiajian il y a 2 ans
Parent
commit
f948750518
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      netflix-dao/src/main/resources/mapper/GoodsDonSkuMapper.xml

+ 1 - 1
netflix-dao/src/main/resources/mapper/GoodsDonSkuMapper.xml

@@ -11,7 +11,7 @@
     </select>
 
     <select id="selectSkuShops" resultType="com.cyksj.model.entity.YhShopGoodsSku">
-        select id as skuId,goods_id from goods_don_sku where goods_id in
+        select id as skuId,goods_id,price from goods_don_sku where goods_id in
         <foreach collection="list" item="item" open="(" separator="," close=")">
             #{item}
         </foreach>