|
@@ -164,7 +164,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
|
throw new BusinessException("转换异常");
|
|
throw new BusinessException("转换异常");
|
|
|
}
|
|
}
|
|
|
- in.setStatus(1);
|
|
|
|
|
|
|
+ if(in.getStatus()!=3)in.setStatus(1);
|
|
|
publicReleaseMapper.updateByPrimaryKeySelective(in);
|
|
publicReleaseMapper.updateByPrimaryKeySelective(in);
|
|
|
return 1;
|
|
return 1;
|
|
|
}
|
|
}
|