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