Ver código fonte

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

周箭河 4 anos atrás
pai
commit
2c07bd9375

+ 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>