Explorar el Código

增加对is_delete的提交

尚正平 hace 2 años
padre
commit
545ab320c7
Se han modificado 1 ficheros con 3 adiciones y 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>