|
@@ -980,6 +980,9 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
if (use.getPublicType()==1||use.getPublicType()==3){
|
|
if (use.getPublicType()==1||use.getPublicType()==3){
|
|
|
return -1;
|
|
return -1;
|
|
|
}
|
|
}
|
|
|
|
|
+ if (use.getTechStartProcess()==1||use.getTechStartProcess()==3){
|
|
|
|
|
+ return -2;
|
|
|
|
|
+ }
|
|
|
List<OutPublicReleaseDetails> prdList = publicReleaseDetailsMapper.selectByPCid(id);
|
|
List<OutPublicReleaseDetails> prdList = publicReleaseDetailsMapper.selectByPCid(id);
|
|
|
String str = "";
|
|
String str = "";
|
|
|
boolean flag=false;
|
|
boolean flag=false;
|