|
|
@@ -80,6 +80,8 @@ public class ExcelExportServiceImpl implements ExcelExportService {
|
|
|
if(auditExportQueryVo.getSignStartDate() == null || auditExportQueryVo.getSignEndDate() == null){
|
|
|
throw new SystemException("请选择签单的查询时间");
|
|
|
}
|
|
|
+ auditExportQueryVo.setSignStartDate(auditExportQueryVo.getSignStartDate() + " 00:00:00");
|
|
|
+ auditExportQueryVo.setSignEndDate(auditExportQueryVo.getSignEndDate() + " 23:59:59");
|
|
|
List<AuditExportVo> auditExportList = insOrdersMapper.getAuditExportList(auditExportQueryVo);
|
|
|
auditExportList.forEach(item->{
|
|
|
//获取驾意险保单号
|