|
@@ -539,7 +539,8 @@ public class DataSyncServiceImpl implements DataSyncService {
|
|
Long cardId = optional.get().getLong("cardId");
|
|
Long cardId = optional.get().getLong("cardId");
|
|
CardDetailDto cardDetail = examCardService.getCardDetail(cardId);
|
|
CardDetailDto cardDetail = examCardService.getCardDetail(cardId);
|
|
if (cardDetail == null || StringUtils.isBlank(cardDetail.getContent())) {
|
|
if (cardDetail == null || StringUtils.isBlank(cardDetail.getContent())) {
|
|
- throw ExceptionResultEnum.ERROR.exception(String.format("[上传题卡格式]数据异常,通过题卡ID[%s],未查到题卡格式信息", cardId));
|
|
|
|
|
|
+// throw ExceptionResultEnum.ERROR.exception(String.format("[上传题卡格式]数据异常,通过题卡ID[%s],未查到题卡格式信息", cardId));
|
|
|
|
+ continue;
|
|
}
|
|
}
|
|
|
|
|
|
//生成json文件
|
|
//生成json文件
|