|
@@ -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
|
|
|
}
|
|
|
}
|