Bläddra i källkod

修改明细导出 bug

785834757 2 år sedan
förälder
incheckning
b7218d9e5c

+ 2 - 0
src/main/java/com/ydtech/modules/order/service/impl/ExcelExportServiceImpl.java

@@ -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->{
             //获取驾意险保单号