|
@@ -341,7 +341,7 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
PublicExamine pe=new PublicExamine();
|
|
PublicExamine pe=new PublicExamine();
|
|
|
pe.setPrid(in.getId());
|
|
pe.setPrid(in.getId());
|
|
|
pe.setStatus(0);
|
|
pe.setStatus(0);
|
|
|
- publicExamineMapper.updateStatusByPrid(pe);
|
|
|
|
|
|
|
+ publicExamineMapper.updateByPridSelective(pe);
|
|
|
}
|
|
}
|
|
|
AdminListBo my = adminMapper.getDeptNameByAid(TokenManager.getAdminId());
|
|
AdminListBo my = adminMapper.getDeptNameByAid(TokenManager.getAdminId());
|
|
|
|
|
|