|
|
@@ -250,8 +250,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
fbb.setResult(use.getRemarks());
|
|
|
OrganizationContactBook ub=organizationContactBookMapper.getMajor(use.getUid(),aid);
|
|
|
if (ub !=null) {
|
|
|
- fbb.setContacts(ub.getName());
|
|
|
- fbb.setContactMobile(ub.getMobile());
|
|
|
+ fbb.setOcbId(ub.getId());
|
|
|
}
|
|
|
fbb.setFollowTime(DateUtils.formatDate(p.getClockInTime(), AFTConstants.YYYYMMDDHHMMSS));
|
|
|
String ufid=UUID.randomUUID().toString();
|