Commit 949901a2 949901a26602a2aae923d73c2a8f9de90a715604 by zhanghao

commit

1 parent eb1c59da
...@@ -4,5 +4,92 @@ INSERT OVERWRITE TABLE tc_response_debug ...@@ -4,5 +4,92 @@ INSERT OVERWRITE TABLE tc_response_debug
4 select method,biz_data,uid,timestamp,response 4 select method,biz_data,uid,timestamp,response
5 from qa_log_debug 5 from qa_log_debug
6 where method is not null and method!='N/A' 6 where method is not null and method!='N/A'
7 and (method='com.lejane.handler.common.sidebar.operate.query.new.v3'
8 or method='com.lejane.handler.common.sidebar.operate.query.list');
...\ No newline at end of file ...\ No newline at end of file
7 and (method='com.ai.handler.card.list'
8 or method='com.ai.handler.card.tips.query'
9 or method='com.ai.handler.card.check'
10 or method='com.ai.handler.card.agent.location'
11 or method='com.ai.handler.supervise.tips'
12 or method='com.ai.handler.card.discuss.list'
13 or method='com.ai.handler.card.reply.list'
14 or method='com.ai.handler.card.discuss.save'
15 or method='com.ai.handler.supervise.code.query'
16 or method='com.ai.handler.supervise.code.search'
17 or method='com.ai.handler.card.share.save'
18 or method='com.ai.handler.card.share.reply.save'
19 or method='com.ai.handler.card.share.info'
20 or method='com.ai.handler.card.detail.query'
21 or method='com.ai.handler.card.like.save'
22 or method='com.ai.handler.card.discuss.like.save'
23 or method='com.ai.handler.plan.info'
24 or method='com.ai.handler.plan.item.list'
25 or method='com.ai.handler.plan.card.query.v2'
26 or method='com.ai.handler.plan.supervise.type.card.query'
27 or method='com.ai.handler.plan.supervise.manage.card.query'
28 or method='com.insurance.handler.insurance.config'
29 or method='com.ai.handler.ugc.link.query'
30 or method='com.ai.handler.ugc.save'
31 or method='com.ai.handler.ugc.query'
32 or method='com.ai.handler.ugc.delete'
33 or method='com.ai.handler.card.recommend.query'
34 or method='com.ai.handler.card.query'
35 or method='com.ai.handler.card.same.query'
36 or method='com.ai.handler.ugc.detail.list'
37 or method='com.ai.handler.card.msg.query'
38 or method='com.ai.handler.card.like.query'
39 or method='com.ai.handler.card.msg.read'
40 or method='com.ai.handler.supervise.detail.list.query'
41 or method='com.insurance.handler.user.agent.info.update'
42 or method='com.lejane.act.handler.user.combine.award.list.query'
43 or method='com.borui.health.user.account'
44 or method='com.borui.health.user.accounthistories'
45 or method='com.insurance.handler.user.ask.feedback.count.query'
46 or method='com.insurance.handler.ask.feedback.question.upload'
47 or method='com.insurance.handler.user.ask.feedback.answer.query'
48 or method='com.insurance.handler.user.ask.feedback.cancel.query'
49 or method='com.insurance.handler.user.assistant.banner.query'
50 or method='com.insurance.handler.ask.question.query'
51 or method='com.insurance.handler.ask.config.question.page.query'
52 or method='com.insurance.handler.user.ask.query'
53 or method='com.insurance.handler.user.ask.like'
54 or method='com.insurance.handler.user.main.banner.query'
55 or method='com.insurance.handler.user.agent.total.info'
56 or method='com.insurance.handler.user.banner.type.query'
57 or method='com.lejane.act.handler.scan.sign.apply.act.list.query'
58 or method='com.insurance.handler.user.goal.info.query'
59 or method='com.ai.handler.plan.bubble.info'
60 or method='com.ai.handler.plan.talk.type.list'
61 or method='com.ai.handler.plan.talk.list'
62 or method='com.ai.handler.plan.talk.like'
63 or method='com.ai.handler.plan.talk.more'
64 or method='com.ai.handler.plan.talk.answer.save'
65 or method='com.ai.handler.plan.talk.answer.list'
66 or method='com.insurance.handler.user.visit.share.save'
67 or method='com.insurance.handler.user.visit.share.notice'
68 or method='com.lejane.act.handler.act.share.query'
69 or method='com.lejane.act.handler.act.share.add'
70 or method='com.ai.handler.plan.card.notice.query'
71 or method='com.ai.handler.plan.sms.send.query'
72 or method='com.insurance.handler.user.rights.invite.single'
73 or method='com.ai.handler.agent.info'
74 or method='com.ai.handler.agent.plan.progress'
75 or method='com.insurance.handler.user.version.save'
76 or method='com.insurance.handler.user.assistant.article.query'
77 or method='com.insurance.handler.user.tool.query'
78 or method='com.insurance.handler.user.tool.choose'
79 or method='com.ai.handler.user.assistant.rank.tab.query'
80 or method='com.ai.handler.user.assistant.rank.list.query'
81 or method='com.insurance.handler.ask.question.change'
82 or method='com.insurance.handler.user.agent.tasknotice.query'
83 or method='com.ai.handler.user.plan.item.award.query'
84 or method='com.lejane.act.handler.user.plan.award.query'
85 or method='com.lejane.act.handler.user.award.data.query'
86 or method='com.ai.handler.supervise.user.query'
87 or method='com.ai.handler.supervise.query'
88 or method='com.ai.handler.supervise.info.save'
89 or method='com.ai.handler.supervise.info.check'
90 or method='com.ai.handler.supervise.info.list.query'
91 or method='com.ai.handler.supervise.operation.list.query'
92 or method='com.ai.handler.supervise.info.cancel'
93 or method='com.ai.handler.supervise.tab.type.query'
94 or method='com.ai.handler.supervise.msg.query'
95 or method='com.ai.handler.supervise.msg.process');
...\ No newline at end of file ...\ No newline at end of file
......