فهرست منبع

广告组 出价预警

zhaoxian 1 سال پیش
والد
کامیت
063463b26e

+ 2 - 4
job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/data/service/impl/WarningOperationServiceImpl.java

@@ -42,7 +42,7 @@ public class WarningOperationServiceImpl implements IWarningOperationService {
     @Override
     public void kuaiShouWarningOperation(Long projectId, String projectName, Long accountId, Long unitId, String unit_name) {
         String token = tokenService.getByAccountId(accountId);
-        unitReportService.updateUnitStatus(token, accountId, unitId, 2);
+//        unitReportService.updateUnitStatus(token, accountId, unitId, 2);
         String text = getKuaiShouBidTypeMessage(projectName, accountId, unitId, unit_name);
         //日志记录
         MediaSendAlarmRecord record = new MediaSendAlarmRecord(accountId, "2", text, unitId);
@@ -77,10 +77,8 @@ public class WarningOperationServiceImpl implements IWarningOperationService {
 
     @Override
     public void kuaiShouBidWarningOperation(Long projectId, String projectName, Long accountId, Long unitId, String unit_name) {
-
         String token = tokenService.getByAccountId(accountId);
-        unitReportService.updateUnitStatus(token, accountId, unitId, 2);
-
+//        unitReportService.updateUnitStatus(token, accountId, unitId, 2);
         //日志记录
         String text = getKuaiShouBidMessage(projectName, accountId, unitId, unit_name);
         MediaSendAlarmRecord record = new MediaSendAlarmRecord(accountId, "2", text, unitId);