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