Commit a7e0d224 authored by 赵啸非's avatar 赵啸非

修改统计查询结果

parent 9eea996d
...@@ -34,9 +34,9 @@ public class AttendanceStaffStatServiceImpl extends AbstractCRUDServiceImpl<Atte ...@@ -34,9 +34,9 @@ public class AttendanceStaffStatServiceImpl extends AbstractCRUDServiceImpl<Atte
if(params==null){ if(params==null){
throw new AppException("查询条件对象不能为空"); throw new AppException("查询条件对象不能为空");
} }
if(params.getStaffId()==null){ /* if(params.getStaffId()==null){
throw new AppException("人员信息id不能为空"); throw new AppException("人员信息id不能为空");
} }*/
if(StringUtils.isEmpty(params.getSummaryTimeStart())||StringUtils.isEmpty(params.getSummaryTimeEnd())){ if(StringUtils.isEmpty(params.getSummaryTimeStart())||StringUtils.isEmpty(params.getSummaryTimeEnd())){
throw new AppException("查询日期范围不能为空"); throw new AppException("查询日期范围不能为空");
} }
......
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