|
@ -289,7 +289,7 @@ public class ResiTopicServiceImpl extends BaseServiceImpl<ResiTopicDao, ResiTopi |
|
|
throw new RenException(EpmetErrorCode.SERVER_ERROR.getCode()); |
|
|
throw new RenException(EpmetErrorCode.SERVER_ERROR.getCode()); |
|
|
} else { |
|
|
} else { |
|
|
if (!textSyncScanResult.getData().isAllPass()) { |
|
|
if (!textSyncScanResult.getData().isAllPass()) { |
|
|
log.error(String.format(TopicConstant.CREATE_TOPIC, topicContent)); |
|
|
log.warn(String.format(TopicConstant.CREATE_TOPIC, topicContent)); |
|
|
throw new RenException(EpmetErrorCode.TEXT_SCAN_FAILED.getCode()); |
|
|
throw new RenException(EpmetErrorCode.TEXT_SCAN_FAILED.getCode()); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|