|
|
@@ -791,6 +791,7 @@ public class SysUserServiceImpl implements ISysUserService
|
|
|
if (!projectStaffRecords.isEmpty()){
|
|
|
UserRecordOut ur=new UserRecordOut();
|
|
|
ur.setName(e.getName());
|
|
|
+ ur.setDdUserId(Long.valueOf(e.getUserId()));
|
|
|
ur.setCheckDuration(e.getDuration());
|
|
|
ur.setSumDuration(e.getDuration());
|
|
|
ur.setContent(e.getClockDate());
|