he2802 1 year ago
parent
commit
b64a6c29d5

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/goods/GoodsMapper.xml

@@ -661,7 +661,7 @@
     </select>
 
     <select id="getMakeGoodsList" parameterType="map" resultType="com.zhongzheng.modules.goods.vo.MakeGoodsVo">
-        select g.goods_id as make_goods_id,g.goods_name as make_goods_name,g.code as make_code from goods g where  FIND_IN_SET(g.goods_id,#{makeGoodsIds})
+        select g.goods_id as make_goods_id,g.goods_name as make_goods_name,g.code as make_goods_code from goods g where  FIND_IN_SET(g.goods_id,#{makeGoodsIds})
     </select>
 
     <select id="getRandomQuestionNum" parameterType="map" resultType="Long">