|
@@ -208,7 +208,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="hpjb != null">hpjb = #{hpjb},</if>
|
|
<if test="hpjb != null">hpjb = #{hpjb},</if>
|
|
<if test="xzkjxkzh != null">xzkjxkzh = #{xzkjxkzh},</if>
|
|
<if test="xzkjxkzh != null">xzkjxkzh = #{xzkjxkzh},</if>
|
|
<if test="content != null">content = #{content},</if>
|
|
<if test="content != null">content = #{content},</if>
|
|
- <if test="byclxr != null">byclxr = #{byclxr},</if>
|
|
|
|
|
|
+ <if test="byclxr != null and byclxr != ''">byclxr = #{byclxr},</if>
|
|
<if test="sgdw != null">sgdw = #{sgdw},</if>
|
|
<if test="sgdw != null">sgdw = #{sgdw},</if>
|
|
<if test="lxr != null">lxr = #{lxr},</if>
|
|
<if test="lxr != null">lxr = #{lxr},</if>
|
|
<if test="lxdh != null">lxdh = #{lxdh},</if>
|
|
<if test="lxdh != null">lxdh = #{lxdh},</if>
|