|
|
@@ -188,7 +188,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
str2=str2.append("[").append(u.getNickname()).append("]!!!。");
|
|
|
sendEmailAndNoticeAndSoucket(u.getAid(),3,str2.toString());
|
|
|
Admin admin = adminMapper.selectByPrimaryKey(u.getAid());
|
|
|
- if (in.getType()==0&&in.getPublicType()==1){
|
|
|
+ if (in.getType()==0){
|
|
|
//不是自己的企业则需要审核并设置非自己客户待审核
|
|
|
addPublicExamine(in.getId(), admin);
|
|
|
if(in.getPublicType()==null|| in.getPublicType()==0)in.setPublicType(1);
|