yangdamao 1 tahun lalu
induk
melakukan
02a7428d0d

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

@@ -298,7 +298,7 @@
             AND g.code = #{code}
         </if>
         <if test="makeGoodsId != null and makeGoodsId != ''">
-            AND g.make_goods_id = #{makeGoodsId}
+            AND INSTR(g.make_goods_ids,#{makeGoodsId})
         </if>
         <if test="goodsName != null and goodsName != ''">
             AND g.goods_name like concat('%', #{goodsName}, '%')