소스 검색

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>