|
@@ -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;
|