소스 검색

fix:微信回复

fuwencai 10 달 전
부모
커밋
0538d0d3d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/jfw/modules/weixin/src/wx/reply.go

+ 1 - 1
src/jfw/modules/weixin/src/wx/reply.go

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