智慧保安后台管理-外网
Administrator
2022-06-16 8b375fe00a241b3a769b82fe3dac8d1c9dce8a02
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>