Helius
2021-06-30 f3bf2c69494bb78afa098819b742677dd8be6b7c
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>