| @@ -101,6 +101,12 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_score_rules".equals(tableName)) { | if ("wx_score_rules".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("wx_level_config".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| if ("wx_c_user_basic_info".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| return false; | return false; | ||||
| } | } | ||||
| @@ -169,6 +175,9 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_weapp_release_status".equals(tableName)) { | if ("wx_weapp_release_status".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("wx_c_user_basic_info".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| return false; | return false; | ||||
| } | } | ||||
| @@ -89,6 +89,12 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_score_rules".equals(tableName)) { | if ("wx_score_rules".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("wx_level_config".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| if ("wx_c_user_basic_info".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| // wx_profit_sharing_receiver | // wx_profit_sharing_receiver | ||||
| // wx_profit_sharing_result | // wx_profit_sharing_result | ||||
| return false; | return false; | ||||
| @@ -89,6 +89,12 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_score_rules".equals(tableName)) { | if ("wx_score_rules".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("wx_level_config".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| if ("wx_c_user_basic_info".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| // wx_profit_sharing_receiver | // wx_profit_sharing_receiver | ||||
| // wx_profit_sharing_result | // wx_profit_sharing_result | ||||
| return false; | return false; | ||||