Antiloveg 8 years ago
parent
commit
095103755b

+ 1 - 0
src/main/java/com/goafanti/user/service/impl/OrganizationIdentityServiceImpl.java

@@ -252,6 +252,7 @@ public class OrganizationIdentityServiceImpl extends BaseMybatisDao<Organization
 		if (!StringUtils.isBlank(u.getMid())) {
 			Notice n = new Notice();
 			n.setUid(u.getId());
+			n.setAid(u.getMid());
 			notice(n, status);
 		}
 

+ 1 - 0
src/main/java/com/goafanti/user/service/impl/UserIdentityServiceImpl.java

@@ -144,6 +144,7 @@ public class UserIdentityServiceImpl implements UserIdentityService{
 		if (!StringUtils.isBlank(u.getMid())){
 			Notice n = new Notice();
 			n.setUid(u.getId());
+			n.setAid(u.getMid());
 			notice(n, status);
 		}