|
|
@@ -340,7 +340,6 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
* @return
|
|
|
*/
|
|
|
private Integer addNoticeAndWeChat(Integer id,String aid, String remarks, Integer status) {
|
|
|
- sendNoticeAndSoucket(aid,status, remarks);
|
|
|
AdminListBo my = adminMapper.getDeptNameByAid(aid);
|
|
|
Admin a = adminMapper.selectByPrimaryKey(TokenManager.getAdminId());
|
|
|
if (my.getOpenId()!=null) {
|