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