|
|
|
@@ -42,7 +42,13 @@ public class TenantInfoImpl implements TenantInfo { |
|
|
|
"wx_c_user_tags", |
|
|
|
"wx_weapp_ext_set", |
|
|
|
"wx_msg_validationcode_model", |
|
|
|
"wx_component_verify_ticket"}; |
|
|
|
"wx_component_verify_ticket", |
|
|
|
"wx_opinion", |
|
|
|
"wx_question_oneself", |
|
|
|
"wx_question_oneself_log", |
|
|
|
"wx_question_oneself_topic", |
|
|
|
"wx_question_oneself_user", |
|
|
|
}; |
|
|
|
|
|
|
|
private static String[] filterSubTables = new String[] { |
|
|
|
"wx_mall", |
|
|
|
@@ -69,7 +75,13 @@ public class TenantInfoImpl implements TenantInfo { |
|
|
|
"wx_weapp_code_status", |
|
|
|
"wx_weapp_release_status", |
|
|
|
"mem_coupon_from_dsp", |
|
|
|
"wx_component_verify_ticket"}; |
|
|
|
"wx_component_verify_ticket", |
|
|
|
"wx_opinion", |
|
|
|
"wx_question_oneself", |
|
|
|
"wx_question_oneself_log", |
|
|
|
"wx_question_oneself_topic", |
|
|
|
"wx_question_oneself_user", |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|