diff --git a/src/main/resources/mapper/SystemSettingsMapper.xml b/src/main/resources/mapper/SystemSettingsMapper.xml index d5b2e9b..f05db74 100644 --- a/src/main/resources/mapper/SystemSettingsMapper.xml +++ b/src/main/resources/mapper/SystemSettingsMapper.xml @@ -5,6 +5,9 @@ update system_settings + + name = #{home,jdbcType=VARCHAR}, + name = #{name,jdbcType=VARCHAR}, @@ -26,6 +29,9 @@ record_number = #{recordNumber,jdbcType=VARCHAR}, + + record_information = #{recordInformation,jdbcType=VARCHAR}, + qq_number = #{qqNumber,jdbcType=VARCHAR},