src/main/java/org/springblade/modules/social/mapper/SocialMapper.xml
@@ -21,7 +21,7 @@ </resultMap> <select id="selectSocialPage" resultMap="socialResultMap"> <select id="selectSocialPage" resultType="org.springblade.modules.social.vo.SocialVO"> SELECT s.*, u.real_name as realname @@ -57,7 +57,7 @@ </select> <update id="upSoil"> update blade_user set soil=0 where cardid=#{cardid} update blade_user set soil=0 where id=#{cardid} </update> </mapper>