|
|
@ -320,6 +320,9 @@ |
|
|
|
<if test="item.tswl != null and item.znfm != ''" > |
|
|
|
<if test="item.tswl != null and item.znfm != ''" > |
|
|
|
tswl = #{item.tswl,jdbcType=VARCHAR}, |
|
|
|
tswl = #{item.tswl,jdbcType=VARCHAR}, |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="item.zxbm != null and item.zxbm != ''" > |
|
|
|
|
|
|
|
zxbm = #{item.zxbm}, |
|
|
|
|
|
|
|
</if> |
|
|
|
</set> |
|
|
|
</set> |
|
|
|
<where> |
|
|
|
<where> |
|
|
|
id = #{item.id,jdbcType=VARCHAR} |
|
|
|
id = #{item.id,jdbcType=VARCHAR} |
|
|
|