Commit 38498231 authored by fangxinjiang's avatar fangxinjiang

保单号维护表分页-fxj

parent 2433731b
......@@ -263,6 +263,8 @@ public class TInsurancePolicyServiceImpl extends ServiceImpl<TInsurancePolicyMap
log.info("存储数据库成功!");
}
}).sheet().doRead();
// 把errorMessageList 按 rowIndex 升序
errorMessageList.sort(Comparator.comparingInt(ErrorMessage::getLineNum));
} catch (Exception e) {
log.error(CommonConstants.IMPORT_DATA_ANALYSIS_ERROR, e);
return R.failed(CommonConstants.IMPORT_DATA_ANALYSIS_ERROR);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment