浏览代码

Merge branch 'dev_v1.3.7_20221020' into ponline

liujunchi 2 年之前
父节点
当前提交
469afc6577
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      cooleshow-user/user-biz/src/main/resources/config/mybatis/VideoLessonGroupMapper.xml

+ 1 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/VideoLessonGroupMapper.xml

@@ -100,6 +100,7 @@
 			<if test="auditStatus !=null and auditStatus !=''">audit_status_ = #{auditStatus},</if>
 			<if test="auditName !=null and auditName!=''">audit_name_ = #{auditName},</if>
 			<if test="auditId !=null">audit_id_ = #{auditId},</if>
+			<if test="shelvesTime !=null">shelves_time_ = #{shelvesTime},</if>
 			<if test="remarks !=null and remarks !=''">remarks = #{remarks},</if>
 			update_time_ = SYSDATE()
 		</set>