Browse Source

Merge remote-tracking branch 'origin/dev_workdiary_service' into dev_workdiary_service

master
wangxianzhang 3 years ago
parent
commit
77d20e421f
  1. 1
      epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/WorkdiaryServiceRecordServiceImpl.java

1
epmet-module/epmet-heart/epmet-heart-server/src/main/java/com/epmet/service/impl/WorkdiaryServiceRecordServiceImpl.java

@ -138,6 +138,7 @@ public class WorkdiaryServiceRecordServiceImpl extends BaseServiceImpl<Workdiary
entity.setCustomerId(EpmetRequestHolder.getLoginUserCustomerId());
if (applicant != null) {
entity.setApplicantName(applicant.getName());
entity.setCustomerId(applicant.getCustomerId());
}
insert(entity);
}

Loading…
Cancel
Save