|
@@ -185,7 +185,8 @@ public class ReportServiceImpl implements ReportService {
|
|
|
//发送短信
|
|
|
List<String> phones = new ArrayList<>();
|
|
|
phones.add(reportUserPhone);
|
|
|
- sendMessageService.sendMess(enforceMessageDTO, phones);
|
|
|
+ //TODO 张昊要求把短信发送屏蔽
|
|
|
+ //sendMessageService.sendMess(enforceMessageDTO, phones);
|
|
|
} else {
|
|
|
throw new ServiceException("廉洁执法监督短信模板不存在:无法发送短信!");
|
|
|
}
|