Преглед на файлове

update 学生乐保增加,删除和修改

周箭河 преди 4 години
родител
ревизия
4c1edadc02
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentInstrumentMapper.xml

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

@@ -44,7 +44,7 @@
         )
         values
         (#{studentId},#{organId},#{goodsId},#{goodsCategoryId},#{goodsCategoryName},#{goodsName},#{goodsBrand},#{specification},#{goodsImg},
-        #{organId},#{operation},#{status}, #{startTime}, #{endTime}, NOW(), NOW()
+        #{orderId},#{operation},#{status}, #{startTime}, #{endTime}, NOW(), NOW()
         )
     </insert>
     <update id="update" parameterType="com.ym.mec.biz.dal.entity.StudentInstrument">