|
@@ -333,6 +333,7 @@ public class KuaiShouHistoryReportTaskServiceImpl extends ServiceImpl<KuaiShouHi
|
|
|
@Override
|
|
|
public void getMd5V2(String statDate) {
|
|
|
List<KuaiShouReportDailyMaterialVo> photoList = kuaishouReportDailyMaterialMapper.getPhotoListByDate(statDate);
|
|
|
+ XxlJobLogger.log("素材未匹配md5:数据长度:{}", photoList.size());
|
|
|
if (!Check.isNull(photoList)) {
|
|
|
for (KuaiShouReportDailyMaterialVo materialVo : photoList) {
|
|
|
executorService.submit(new Runnable() {
|