@@ -22,7 +22,7 @@ public class DromaraApplication {
SpringApplication application = new SpringApplication(DromaraApplication.class);
application.setApplicationStartup(new BufferingApplicationStartup(2048));
application.run(args);
- log.info("(♥◠‿◠)ノ゙ 智能eTMF系统 启动成功 ლ(´ڡ`ლ)゙");
+ log.info("(♥◠‿◠)ノ゙ 道修远数智eTMF 启动成功 ლ(´ڡ`ლ)゙");
}
@@ -76,7 +76,7 @@ public class TextInServiceImpl implements ITextInService {
throw new BusinessException(MessageUtils.message("textin.recognitionfail"));
if (result.isError()) {
- throw new RuntimeException(result.getMessage());
+ throw new BusinessException(result.getMessage());
return result.getResult();
} catch (Exception e) {