【feat】 优化错误信息抛出

This commit is contained in:
Kris 2025-10-14 10:16:52 +08:00
parent 46bb968e11
commit 794fb5b5db

View File

@ -3583,7 +3583,7 @@ public class DataImportNewServiceImpl implements DataImportNewService {
}catch (InterruptedException e){
return;
} catch (Exception e) {
log.error("insertSingle error api:{},错误信息:{}", api, JSON.toJSONString(e));
log.error("insertSingle error api:{}", api,e);
}
}
if (z*10000+size >= count){