|
@@ -47,7 +47,7 @@ public class BytedanceFundServiceImpl implements IBytedanceFundService {
|
|
|
data.put("grant_amount", grant);
|
|
|
data.put("request_desc", "更新成功");
|
|
|
bytedanceFundMapper.replaceFundGet(data);
|
|
|
- log.error("余额信息入库完成,accountId:{}", oauthToken.getAccountId());
|
|
|
+ log.info("余额信息入库完成,accountId:{}", oauthToken.getAccountId());
|
|
|
}
|
|
|
}
|
|
|
|