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