|
@@ -89,6 +89,7 @@ public class OralTrailService extends ServiceImpl<OralTrailMapper, OralTrail> {
|
|
|
if (oralTrail != null) {
|
|
|
BeanUtils.copyProperties(oralTrail, oralTrailVO);
|
|
|
oralTrailVO.setOralTrailId(oralTrail.getId());
|
|
|
+ oralTrailVO.setRecordDescription(oralTrail.getDescription());
|
|
|
}
|
|
|
ReportAffair reportAffair = reportAffairService.getById(reportAffairId);
|
|
|
oralTrailVO.setOralTrailTime(reportAffair.getOccurredTime());
|