Commit edf0c076 authored by hezhuozhi's avatar hezhuozhi

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

parent 762516a1
......@@ -189,7 +189,7 @@ public class RepaymentServiceImpl extends BaseService<RepaymentDto, Repayment, R
try {
Systemctl.smsClient.sendCommonSms(params).getResult();
} catch (Exception e) {
throw new BadRequest(todoTelephone+"发送短信失败:" + e.getMessage());
log.error(e.getMessage(),e);
}
}
}
......
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