|
@@ -70,7 +70,7 @@ public class WarningOperationServiceImpl implements IWarningOperationService {
|
|
warningOperationLogService.save(warningOperationLog);
|
|
warningOperationLogService.save(warningOperationLog);
|
|
log.info("出价方式预警,暂停组成功,accountId:{},unitId:{}", advertiserId, unitId);
|
|
log.info("出价方式预警,暂停组成功,accountId:{},unitId:{}", advertiserId, unitId);
|
|
try {
|
|
try {
|
|
- sendMessageService.sendMessage(userId, text);
|
|
|
|
|
|
+ sendMessageService.sendMessageByAccountId(advertiserId, text);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
@@ -103,7 +103,7 @@ public class WarningOperationServiceImpl implements IWarningOperationService {
|
|
warningOperationLogService.save(warningOperationLog);
|
|
warningOperationLogService.save(warningOperationLog);
|
|
log.info("出价过高预警,暂停组成功,accountId:{},unitId:{}", advertiserId, unitId);
|
|
log.info("出价过高预警,暂停组成功,accountId:{},unitId:{}", advertiserId, unitId);
|
|
try {
|
|
try {
|
|
- sendMessageService.sendMessage(userId, text);
|
|
|
|
|
|
+ sendMessageService.sendMessageByAccountId(advertiserId, text);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|