|
|
@ -91,6 +91,7 @@ public class DfRecordService extends BaseService<DfRecordMapper, DfRecord> { |
|
|
|
throw new DfException("巡查记录不存在"); |
|
|
|
} |
|
|
|
record.setStatus("1"); |
|
|
|
record.setEndDate(new Date()); |
|
|
|
this.getBaseMapper().updateById(record); |
|
|
|
return this.getDetailById(id); |
|
|
|
} |
|
|
|