| @@ -124,6 +124,9 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_c_user_tags".equals(tableName)) { | if ("wx_c_user_tags".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("wx_cuser_floating_layer".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| if ("wx_question".equals(tableName)) { | if ("wx_question".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| @@ -114,6 +114,9 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_c_user_tags".equals(tableName)) { | if ("wx_c_user_tags".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("wx_cuser_floating_layer".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| if ("wx_buser".equals(tableName)) { | if ("wx_buser".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| @@ -114,6 +114,9 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_c_user_tags".equals(tableName)) { | if ("wx_c_user_tags".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("wx_cuser_floating_layer".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| if ("wx_question".equals(tableName)) { | if ("wx_question".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||