yumeng vor 4 Jahren
Ursprung
Commit
e54bd29f91

+ 2 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaiShouHistoryReportTaskServiceImpl.java

@@ -317,7 +317,8 @@ public class KuaiShouHistoryReportTaskServiceImpl extends ServiceImpl<KuaiShouHi
                             material.setSignature(videoGetvo.getSignature());
                             material.setChannelType(videoGetvo.getChannelType());
                             kuaishouReportDailyMaterialMapper.update(material, updateQueryWrapper);
-                            log.info("修改成功:photoId:{},accountId:{}", photoId, accountId);
+                            XxlJobLogger.log("修改成功:photoId:{},accountId:{}", photoId, accountId);
+
                         }
 
                     }