|
@ -8935,7 +8935,7 @@ public class StatisticsEsService {
|
|
|
}
|
|
|
}
|
|
|
String deptCondition= "";
|
|
|
if (StringUtils.isNoneBlank(dept)){
|
|
|
if (StringUtils.isNoneBlank(deptCode)){
|
|
|
deptCondition += " and h.dept_code = '"+deptCode+"' ";
|
|
|
}
|
|
|
endDate = endDate +" 23:59:59";
|