Administrator лет назад: 4
Родитель
Сommit
d2d87ebbd8

+ 1 - 2
src/main/java/com/goafanti/admin/service/impl/PublicReleaseServiceImpl.java

@@ -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();