【feat】 优化错误信息抛出

(cherry picked from commit 794fb5b5db)
This commit is contained in:
Kris 2025-10-14 10:16:52 +08:00
parent 51dd28b1fc
commit 72b4043e21

View File

@ -3660,7 +3660,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){