|
|
|
@@ -101,6 +101,9 @@ public class TenantInfoImpl implements TenantInfo { |
|
|
|
if ("wx_score_history".equals(tableName)) { |
|
|
|
return true; |
|
|
|
} |
|
|
|
if ("wx_c_user_tags".equals(tableName)) { |
|
|
|
return true; |
|
|
|
} |
|
|
|
// wx_profit_sharing_receiver |
|
|
|
// wx_profit_sharing_result |
|
|
|
return false; |
|
|
|
|