|
|
@ -432,10 +432,10 @@ |
|
|
|
</set> |
|
|
|
</set> |
|
|
|
<where> |
|
|
|
<where> |
|
|
|
<if test="map.zxbm != null"> |
|
|
|
<if test="map.zxbm != null"> |
|
|
|
and encoding = #{map.zxbm,jdbcType=VARCHAR}, |
|
|
|
and encoding = #{map.zxbm,jdbcType=VARCHAR} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="map.entId != null"> |
|
|
|
<if test="map.entId != null"> |
|
|
|
and ent_id = #{map.entId,jdbcType=VARCHAR}, |
|
|
|
and ent_id = #{map.entId,jdbcType=VARCHAR} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
</where> |
|
|
|
</update> |
|
|
|
</update> |
|
|
|