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