|
|
|
@@ -202,6 +202,15 @@ public class TenantInfoImpl implements TenantInfo { |
|
|
|
if ("mem_coupon_from_dsp".equals(tableName)) { |
|
|
|
return true; |
|
|
|
} |
|
|
|
if ("wx_msg_validationcode_model".equals(tableName)) { |
|
|
|
return true; |
|
|
|
} |
|
|
|
if ("wx_flow_config".equals(tableName)) { |
|
|
|
return true; |
|
|
|
} |
|
|
|
if ("wx_msg_config".equals(tableName)) { |
|
|
|
return true; |
|
|
|
} |
|
|
|
return false; |
|
|
|
} |
|
|
|
|
|
|
|
@@ -231,8 +240,6 @@ public class TenantInfoImpl implements TenantInfo { |
|
|
|
return true; |
|
|
|
if ("com.iformall.mapper.WxCouponMapper.findCouponListCount".equals(ms.getId())) |
|
|
|
return true; |
|
|
|
if ("com.iformall.mapper.WxCouponMapper.findCouponListCount".equals(ms.getId())) |
|
|
|
return true; |
|
|
|
if ("com.iformall.mapper.WxBusinessMapper.businessDataList".equals(ms.getId())) |
|
|
|
return true; |
|
|
|
if ("com.iformall.mapper.WxBusinessMapper.devoteList".equals(ms.getId())) |
|
|
|
@@ -257,6 +264,12 @@ public class TenantInfoImpl implements TenantInfo { |
|
|
|
return true; |
|
|
|
if ("com.iformall.mapper.WxBillAllMapper.getReceiveAndPayBillAsPage".equals(ms.getId())) |
|
|
|
return true; |
|
|
|
if ("com.iformall.mapper.wxMsgValidationcodeModelMapper.wxMsgValidationcodeModelInit".equals(ms.getId())) |
|
|
|
return true; |
|
|
|
if ("com.iformall.mapper.wxFlowConfigMapper.wxFlowConfigInit".equals(ms.getId())) |
|
|
|
return true; |
|
|
|
if ("com.iformall.mapper.wxFlowConfigMapper.wxFlowConfigInit".equals(ms.getId())) |
|
|
|
return true; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |