xiaoyong931011
2021-06-28 0741dc7f25811ea2acb4127fc43d1dc9a802221c
gc-shop/src/main/resources/mapper/shop/ScoreDetailsMapper.xml
@@ -27,4 +27,12 @@
        order by a.CREATED_TIME desc
    </select>
    <select id="selectXcxScoreDetailsList" resultType="com.xzx.gc.shop.vo.XcxScoreDetailsVo">
        select
            *
            ,change_score score
        from xzx_score_details
        where user_id=#{record.userId}
        order by id desc
    </select>
</mapper>