xyxie hai 1 mes
pai
achega
f46b7277ca
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      services/day_new.go

+ 3 - 2
services/day_new.go

@@ -4,7 +4,6 @@ import (
 	"encoding/json"
 	"errors"
 	"fmt"
-	"github.com/silenceper/wechat/v2/work/msgaudit"
 	"hongze/hongze_open_api/models/tables/day_new"
 	"hongze/hongze_open_api/models/tables/yb"
 	"hongze/hongze_open_api/services/alarm_msg"
@@ -14,6 +13,8 @@ import (
 	"strconv"
 	"strings"
 	"time"
+
+	"github.com/silenceper/wechat/v2/work/msgaudit"
 )
 
 func DayNewWeworkMsgRefresh() (err error) {
@@ -81,7 +82,7 @@ func DayNewWeworkMsgRefresh() (err error) {
 			continue
 		}
 		if limitRoomId != "" {
-			if v.RoomID == "wrPhSiBwAAQcw_fTWXizaK3mIBMG9LAA" {
+			if v.RoomID != limitRoomId {
 				continue
 			}
 		}