Helius
2021-07-05 4f08a53fe0c8a1239251b30f3d79ef800c2078f9
gc-user/src/main/resources/mapper/user/AccountMapper.xml
@@ -133,4 +133,12 @@
    </select>
    <insert id="insertScoreDetailsRet">
        insert into xzx_score_details (CREATED_TIME, user_id, type, original_score, change_score, current_score)
        values (
                   #{createdTime}, #{userId}, #{type}, #{originalScore}, #{changeScore}, #{currentScore}
               )
    </insert>
</mapper>