@@ -99,7 +99,7 @@
<if test="hid != null">
hidden_ = #{hid},
</if>
- <if test="memo != null">
+ <if test="memo != null and memo != ''">
memo_ = #{memo},
</set>