|
|
|
@ -5,6 +5,9 @@ |
|
|
|
|
<update id="updateSystemSettings"> |
|
|
|
|
update system_settings |
|
|
|
|
<set> |
|
|
|
|
<if test="home != null and home != ''"> |
|
|
|
|
name = #{home,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="name != null and name != ''"> |
|
|
|
|
name = #{name,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
@ -26,6 +29,9 @@ |
|
|
|
|
<if test="recordNumber != null and recordNumber != ''"> |
|
|
|
|
record_number = #{recordNumber,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="recordInformation != null and recordInformation != ''"> |
|
|
|
|
record_information = #{recordInformation,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|
<if test="qqNumber != null and qqNumber != ''"> |
|
|
|
|
qq_number = #{qqNumber,jdbcType=VARCHAR}, |
|
|
|
|
</if> |
|
|
|
|