소스 검색

增加对is_delete的提交

尚正平 2 년 전
부모
커밋
545ab320c7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/main/resources/mapper/HomeOperationInfoMapper.xml

+ 3 - 0
src/main/resources/mapper/HomeOperationInfoMapper.xml

@@ -65,6 +65,9 @@
                 <if test="item.gmtModified != null">
                     gmt_modified = #{item.gmtModified},
                 </if>
+             	<if test="item.isDeleted != null">
+                    is_deleted = #{item.isDeleted},
+                </if>
                 <if test="item.modifier != null">
                     modifier = #{item.modifier},
                 </if>