- 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})