|
|
@@ -248,7 +248,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
fbb.setUid(use.getUid());
|
|
|
fbb.setContactType("0");
|
|
|
fbb.setResult(use.getRemarks());
|
|
|
- OrganizationContactBook ub=organizationContactBookMapper.getMajor(use.getUfid(),aid);
|
|
|
+ OrganizationContactBook ub=organizationContactBookMapper.getMajor(use.getUid(),aid);
|
|
|
if (ub !=null) {
|
|
|
fbb.setContacts(ub.getName());
|
|
|
fbb.setContactMobile(ub.getMobile());
|