Explorar o código

增加对is_delete的提交

尚正平 %!s(int64=2) %!d(string=hai) anos
pai
achega
545ab320c7
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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>