@@ -305,10 +305,9 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
str2.append(my.getName()).append(",准备[行政公出]您的企业")
.append("[").append(u.getNickname()).append("]。");
addPublicExamine(in.getId(), admin);
- if (in.getPublicType() == null || in.getPublicType() == 0) in.setPublicType(1);
//审核通知
pushNoticeAndSoucketAndEmail(my, in, date, admin, str, map);
- status.set(0);
+
}