瀏覽代碼

下载时间限制

wangming 3 月之前
父節點
當前提交
897224e3b8

+ 1 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxOutsideInspectionItpServiceImpl.java

@@ -1337,7 +1337,7 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
     @Override
     public void batchDownloadFile(List<ZhcxOutsideExportVo> ExportVos, HttpServletResponse response) {
         if (!isWithinAllowedTime()) {
-            throw new CustomException("请在14:00-7:00之间批量下载资料");
+            throw new CustomException("请在14:00-5:00之间批量下载资料");
         }
         SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd");
         String classPath = filepath;