Commit bb3f78e4 authored by gaoyingwei's avatar gaoyingwei

修改 解除隔离导入

parent bae6ad36
...@@ -257,7 +257,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -257,7 +257,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="item.bzAddress != null">bz_address = #{item.bzAddress},</if> <if test="item.bzAddress != null">bz_address = #{item.bzAddress},</if>
<if test="item.status != null">status = #{item.status},</if> <if test="item.status != null">status = #{item.status},</if>
<if test="item.delFlag != null">del_flag = #{item.delFlag},</if> <if test="item.delFlag != null">del_flag = #{item.delFlag},</if>
<if test="item.createBy != null">create_by = #{citem.reateBy},</if> <if test="item.createBy != null">create_by = #{item.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="item.updateTime != null">update_time = #{item.updateTime},</if> <if test="item.updateTime != null">update_time = #{item.updateTime},</if>
......
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