|
@@ -1021,7 +1021,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
e.setAdminExamine("");
|
|
e.setAdminExamine("");
|
|
|
}else {
|
|
}else {
|
|
|
if (!publicExamines.isEmpty()){
|
|
if (!publicExamines.isEmpty()){
|
|
|
- if (e.getTechStartProcess()==0){
|
|
|
|
|
|
|
+ if (e.getStatus()==2){
|
|
|
e.setAdminExamine("");
|
|
e.setAdminExamine("");
|
|
|
}else{
|
|
}else{
|
|
|
StringBuffer str =new StringBuffer();
|
|
StringBuffer str =new StringBuffer();
|