Administrator 4 jaren geleden
bovenliggende
commit
6ff436f348
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/main/java/com/goafanti/admin/service/impl/PublicReleaseServiceImpl.java

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

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