فهرست منبع

商品关联分部

zouxuan 4 سال پیش
والد
کامیت
cdd2650779
1فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 6
      mec-biz/src/main/resources/config/mybatis/GoodsMapper.xml

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

@@ -97,9 +97,6 @@
     <update id="update" parameterType="com.ym.mec.biz.dal.entity.Goods">
         UPDATE goods
         <set>
-            <if test="organIdList != null and organIdList != ''">
-                organ_id_list_ = #{organIdList},
-            </if>
             <if test="courseViewType != null">
                 course_view_type_ = #{courseViewType},
             </if>
@@ -196,9 +193,6 @@
         <foreach collection="goodsList" item="goods" separator=";">
             UPDATE goods
             <set>
-                <if test="goods.organIdList != null and goods.organIdList != ''">
-                    organ_id_list_ = #{goods.organIdList},
-                </if>
                 <if test="goods.courseViewType != null">
                     course_view_type_ = #{goods.courseViewType},
                 </if>