瀏覽代碼

广告组 出价预警

zhaoxian 1 年之前
父節點
當前提交
8a0b989b49

+ 1 - 1
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/data/service/impl/AdUnitReportServiceImpl.java

@@ -364,7 +364,7 @@ public class AdUnitReportServiceImpl implements IAdUnitReportService {
                         deleteMap.put("unitId", unitId);
                         deleteMap.put("unitId", unitId);
                         adUnitReportMapper.deleteByMap(deleteMap);
                         adUnitReportMapper.deleteByMap(deleteMap);
                     } else {
                     } else {
-                        getAdUnitReport(acccountId, null, token, null, null, 1);
+                        getAdUnitReport(acccountId, unitId, token, null, null, 1);
                     }
                     }
                 } else {
                 } else {
                     log.error("=》=》=》AdUnitReportServiceImpl.updateUnitStatus修改广告组状态失败,advertiserId:{},unitId:{},返回信息:{}", acccountId, unitId, resultJson);
                     log.error("=》=》=》AdUnitReportServiceImpl.updateUnitStatus修改广告组状态失败,advertiserId:{},unitId:{},返回信息:{}", acccountId, unitId, resultJson);