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>