he2802 1 年之前
父节点
当前提交
b64a6c29d5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/goods/GoodsMapper.xml

+ 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">