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

添加线程发送钉钉申诉

parent 4b3f4003
......@@ -215,7 +215,7 @@ public class AttendanceRecordController extends BaseCRUDJsonBodyMappingControlle
if (attendanceRecordDetailList.size() > i) {
AttendanceRecordDetailEntity detailEntity = attendanceRecordDetailList.get(i);
AttendanceClassDetailEntity cacheDetail = classDetailService.getCache(detailEntity.getStaffId().toString());
AttendanceClassDetailEntity cacheDetail = classDetailService.getCache(detailEntity.getShiftsId().toString());
StringBuilder preStr=new StringBuilder();
if(!ObjectUtils.isEmpty(cacheDetail)&&!ObjectUtils.isEmpty(cacheDetail.getRemark())){
preStr.append(cacheDetail.getRemark());
......
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