Commit 9e5cf26d authored by hezhuozhi's avatar hezhuozhi

Revert "修复电站监控报表导出和展示不一致"

This reverts commit edf0c076.
parent e4ff83a8
......@@ -189,7 +189,7 @@ public class RepaymentServiceImpl extends BaseService<RepaymentDto, Repayment, R
try {
Systemctl.smsClient.sendCommonSms(params).getResult();
} catch (Exception e) {
log.error(e.getMessage(),e);
throw new BadRequest(todoTelephone+"发送短信失败:" + e.getMessage());
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment