|
@@ -309,7 +309,6 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
PublicRelease mainPublic= publicReleaseMapper.selectByPrimaryKey(use.getMainId());
|
|
PublicRelease mainPublic= publicReleaseMapper.selectByPrimaryKey(use.getMainId());
|
|
|
Admin ad=adminMapper.selectByPrimaryKey(TokenManager.getAdminId());
|
|
Admin ad=adminMapper.selectByPrimaryKey(TokenManager.getAdminId());
|
|
|
StringBuffer str=new StringBuffer();
|
|
StringBuffer str=new StringBuffer();
|
|
|
- str=str.append("(").append(ad.getName()).append(")");
|
|
|
|
|
if (use.getAssist()!=2){
|
|
if (use.getAssist()!=2){
|
|
|
throw new BusinessException("只有技术公出能发起技术驳回");
|
|
throw new BusinessException("只有技术公出能发起技术驳回");
|
|
|
}
|
|
}
|