|
|
@@ -958,8 +958,6 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
sendNoticeAndSoucket(a.getId(),status,content.toString());
|
|
|
}
|
|
|
}else if (examineType==2){
|
|
|
- //通知公出人切换成公出人审核人
|
|
|
- a=adminMapper.selectByPrimaryKey(a.getReviewer());
|
|
|
if (status==2){//审核通过
|
|
|
str=str.append("同意公出我的企业,").append(remarks);
|
|
|
content=content.append("已通过审核,请尽快审核。");
|