xiaoyong931011
2021-06-30 8fc8804e5b755baf32c996668084e41adfa68619
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>