Commit a6559fe8 authored by fangxinjiang's avatar fangxinjiang

预入职下载-fxj

parent 162a3ebe
...@@ -4343,7 +4343,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -4343,7 +4343,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
} }
List<TAttaInfoVo> handles = tAttaInfoService.getAttInfoByParam(departNo, startDate, endDate); List<TAttaInfoVo> handles = tAttaInfoService.getAttInfoByParam(departNo, startDate, endDate);
if (Common.isEmpty(handles)) { if (Common.isEmpty(handles)) {
throw new RuntimeException(CommonConstants.NO_DATA_TO_HANDLE); exportError(response, CommonConstants.NO_DATA_TO_HANDLE);
} }
// 判断文件大小 超出100M 104,857,600 直接提示重新筛选条件 // 判断文件大小 超出100M 104,857,600 直接提示重新筛选条件
long size = 0; long size = 0;
......
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