瀏覽代碼

update 乐器更换,更新乐保信息

周箭河 4 年之前
父節點
當前提交
2c07bd9375
共有 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

@@ -94,7 +94,7 @@
             <if test="delFlag != null">
                 del_flag_ = #{delFlag},
             </if>
-            update_time = #{updateTime},
+            update_time = NOW(),
         </set>
         where id_ = #{id}
     </update>