fix: 修改无用代码

This commit is contained in:
2024-10-12 11:24:50 +08:00
parent ee961bf40a
commit 8c82744a05

View File

@@ -177,7 +177,7 @@ public class GovDingService {
oapiMessageWorkNotificationRequest.setMsg(msg);
OapiMessageWorkNotificationResponse rsp = intelligentGetClient.get(oapiMessageWorkNotificationRequest);
if (StringUtils.isBlank(rsp.getContent())) {
throw new BusinessException(rsp.getErrorMsg());
throw new BusinessException(rsp.getMessage());
}
}