瀏覽代碼

Merge branch 'organ_goods' of http://git.dayaedu.com/yonge/mec

zouxuan 4 年之前
父節點
當前提交
0a830baa95
共有 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 id="update" parameterType="com.ym.mec.biz.dal.entity.Goods">
         UPDATE goods
         UPDATE goods
         <set>
         <set>
-            <if test="organIdList != null and organIdList != ''">
-                organ_id_list_ = #{organIdList},
-            </if>
             <if test="courseViewType != null">
             <if test="courseViewType != null">
                 course_view_type_ = #{courseViewType},
                 course_view_type_ = #{courseViewType},
             </if>
             </if>
@@ -196,9 +193,6 @@
         <foreach collection="goodsList" item="goods" separator=";">
         <foreach collection="goodsList" item="goods" separator=";">
             UPDATE goods
             UPDATE goods
             <set>
             <set>
-                <if test="goods.organIdList != null and goods.organIdList != ''">
-                    organ_id_list_ = #{goods.organIdList},
-                </if>
                 <if test="goods.courseViewType != null">
                 <if test="goods.courseViewType != null">
                     course_view_type_ = #{goods.courseViewType},
                     course_view_type_ = #{goods.courseViewType},
                 </if>
                 </if>