Commit f5100acf authored by gaoyingwei's avatar gaoyingwei

修改 解除隔离导入

parent a411ea41
...@@ -260,7 +260,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -260,7 +260,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="item.createBy != null">create_by = #{citem.reateBy},</if> <if test="item.createBy != null">create_by = #{citem.reateBy},</if>
<if test="item.createTime != null">create_time = #{item.createTime},</if> <if test="item.createTime != null">create_time = #{item.createTime},</if>
<if test="item.updateBy != null">update_by = #{item.updateBy},</if> <if test="item.updateBy != null">update_by = #{item.updateBy},</if>
<if test="updateTime != null">update_time = #{item.updateTime},</if> <if test="item.updateTime != null">update_time = #{item.updateTime},</if>
<if test="item.remark != null">remark = #{item.remark},</if> <if test="item.remark != null">remark = #{item.remark},</if>
<if test="item.floor != null">floor = #{item.floor},</if> <if test="item.floor != null">floor = #{item.floor},</if>
</trim> </trim>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment