Explorar o código

商品关联分部

zouxuan %!s(int64=4) %!d(string=hai) anos
pai
achega
819ce069f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/GoodsMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/GoodsMapper.xml

@@ -313,7 +313,7 @@
     <sql id="queryGoodsPageSql">
         <where>
             <if test="organId != null and organId != ''">
-                AND INTE_ARRAY(organId,g.organ_id_list_)
+                AND INTE_ARRAY(#{organId},g.organ_id_list_)
             </if>
             <if test="goodsCategoryId != null">
                 AND g.goods_category_id_ = #{goodsCategoryId}