Browse Source

no message

FengChaoYu 2 weeks ago
parent
commit
2e676fef06
1 changed files with 0 additions and 2 deletions
  1. 0 2
      mall-server-api/src/main/resources/mapper/CustomGoodsMapper.xml

+ 0 - 2
mall-server-api/src/main/resources/mapper/CustomGoodsMapper.xml

@@ -5,9 +5,7 @@
     <select id="pageList" resultType="com.gree.mall.manager.bean.goods.GoodsSpecBean">
         SELECT
             t1.*,
-            t4.content,
             t4.img_url,
-            t4.vedio,
             t3.name AS categoryName
         FROM
             goods t1