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