| @@ -113,6 +113,9 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_score_history".equals(tableName)) { | if ("wx_score_history".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("wx_c_user_tags".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| return false; | return false; | ||||
| } | } | ||||
| @@ -38,3 +38,7 @@ END; | |||||
| --wx_c_user_basic_info ---final_tenant_id | --wx_c_user_basic_info ---final_tenant_id | ||||
| --wx_c_user_tags ---tenant_id(同final_tenant_id) | --wx_c_user_tags ---tenant_id(同final_tenant_id) | ||||
| ---------- | ---------- | ||||
| -----积分设置和成长值等级设置使用集团规则 | |||||
| -----注意:店铺等级折扣设置之前是使用子广场设置,使用集团版后需重新设置 | |||||
| ---------- | |||||
| @@ -101,6 +101,9 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_score_history".equals(tableName)) { | if ("wx_score_history".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("wx_c_user_tags".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| // wx_profit_sharing_receiver | // wx_profit_sharing_receiver | ||||
| // wx_profit_sharing_result | // wx_profit_sharing_result | ||||
| return false; | return false; | ||||
| @@ -101,6 +101,9 @@ public class TenantInfoImpl implements TenantInfo { | |||||
| if ("wx_score_history".equals(tableName)) { | if ("wx_score_history".equals(tableName)) { | ||||
| return true; | return true; | ||||
| } | } | ||||
| if ("wx_c_user_tags".equals(tableName)) { | |||||
| return true; | |||||
| } | |||||
| // wx_profit_sharing_receiver | // wx_profit_sharing_receiver | ||||
| // wx_profit_sharing_result | // wx_profit_sharing_result | ||||
| return false; | return false; | ||||