|
|
@@ -75,6 +75,9 @@ public class TenantInfoImpl implements TenantInfo { |
|
|
if ("wx_msg_record".equals(tableName)) { |
|
|
if ("wx_msg_record".equals(tableName)) { |
|
|
return true; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
|
|
|
if ("wx_data_rule_target".equals(tableName)) { |
|
|
|
|
|
return true; |
|
|
|
|
|
} |
|
|
return false; |
|
|
return false; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|