瀏覽代碼

公出修改

anderx 3 年之前
父節點
當前提交
13ce048972
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/java/com/goafanti/weChat/service/impl/PublicReleaseServiceImpl.java

+ 0 - 1
src/main/java/com/goafanti/weChat/service/impl/PublicReleaseServiceImpl.java

@@ -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) {