【feat】 优化错误信息抛出
This commit is contained in:
parent
46bb968e11
commit
794fb5b5db
@ -3583,7 +3583,7 @@ public class DataImportNewServiceImpl implements DataImportNewService {
|
|||||||
}catch (InterruptedException e){
|
}catch (InterruptedException e){
|
||||||
return;
|
return;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("insertSingle error api:{},错误信息:{}", api, JSON.toJSONString(e));
|
log.error("insertSingle error api:{}", api,e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (z*10000+size >= count){
|
if (z*10000+size >= count){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user