|
|
@@ -1121,7 +1121,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
AdminListBo my = adminMapper.getDeptNameByAid(TokenManager.getAdminId());
|
|
|
if (p.getStatus()!=null||p.getPublicType()!=null||p.getTechStartProcess()!=null){
|
|
|
publicReleaseMapper.update(p);
|
|
|
- if (p.getStatus() ==2&&p.getPublicType()==0&&p.getTechStartProcess()==0){
|
|
|
+ if (p.getStatus() ==2&&use.getPublicType()==0&&use.getTechStartProcess()==0){
|
|
|
pushFirstPublic(use);
|
|
|
}
|
|
|
}
|