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