【feat】 优化错误信息抛出
This commit is contained in:
parent
46bb968e11
commit
794fb5b5db
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user