瀏覽代碼

增加对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>