|
@@ -329,7 +329,6 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
if(in.getType()==1&&use.getType()==0){
|
|
if(in.getType()==1&&use.getType()==0){
|
|
|
in.setPublicType(0);
|
|
in.setPublicType(0);
|
|
|
publicExamineMapper.deletePrid(in.getId());
|
|
publicExamineMapper.deletePrid(in.getId());
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
//如果是业务公出,切审核状态为其他,则重置审核
|
|
//如果是业务公出,切审核状态为其他,则重置审核
|
|
|
if(in.getType()==0&&(use.getPublicType()==2||use.getPublicType()==3)){
|
|
if(in.getType()==0&&(use.getPublicType()==2||use.getPublicType()==3)){
|