@@ -41,7 +41,7 @@ WHERE
AND wrr.end_time >= NOW() order by id;`, TableWxReplyKeys, TableWxReplyRule, TableWxReplyContent)
rs := tools.Mysql.SelectBySql(query, keys)
// 没匹配上规则
- log.Println("rs:", rs)
+ log.Println("KeysReply rs:", rs)
if rs == nil || len(*rs) == 0 {
return false
}