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

添加统计异常详细信息

parent 321e2360
......@@ -291,6 +291,7 @@ public class AttendanceStatServiceImpl extends AbstractCRUDServiceImpl<Attendanc
detailQuery.setAttendanceDateEnd(date);
List<AttendanceRecordDetailEntity> detailEntities = attendanceRecordDetailService.getListByWhere(detailQuery);
if (!ObjectUtils.isEmpty(detailEntities)) {
log.info("detailEntities size:{}",detailEntities.size());
staffStat.setRemark(JSON.toJSONString(detailEntities));
}
}
......
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