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