|
|
@@ -81,7 +81,7 @@ public class StudentReportRecordServiceImpl extends MPJBaseServiceImpl<StudentRe
|
|
|
public Boolean sgin(StudentReportSignDto dto) {
|
|
|
StudentReportRecord record = this.getById(dto.getId());
|
|
|
record.setModifyDate(new Date());
|
|
|
- record.setUserId(StpUtil.getLoginIdAsLong());
|
|
|
+ record.setModifyUserId(StpUtil.getLoginIdAsLong());
|
|
|
if(record.getReportTime() != null){
|
|
|
UpdateWrapper<StudentReportRecord> updateWrapper = new UpdateWrapper<>();
|
|
|
updateWrapper.eq("id", dto.getId());
|