فهرست منبع

代理商数据

yumeng 10 ماه پیش
والد
کامیت
6b1d86d7a9

+ 1 - 1
job-bytedance/src/main/java/cn/com/ctop/job/bytedance/data/mapper/xml/BytedanceFundMapper.xml

@@ -59,7 +59,7 @@
     <update id="updateFundGet">
         update bytedance_fund_get
         set request_desc = #{requestDesc}
-        where advertiser_id = accountId
+        where advertiser_id = #{accountId}
     </update>
     <select id="getAccountList" resultType="java.lang.Long">
         select advertiser_id

+ 1 - 1
job-bytedance/src/main/java/cn/com/ctop/job/bytedance/data/service/impl/BytedanceFundServiceImpl.java

@@ -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());
                 }
             }