|
|
@@ -60,6 +60,9 @@ public class TenantInfoImpl implements TenantInfo { |
|
|
if ("wx_user_channel".equals(tableName)) { |
|
|
if ("wx_user_channel".equals(tableName)) { |
|
|
return true; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
|
|
|
if ("wx_bill_rent".equals(tableName)) { |
|
|
|
|
|
return true; |
|
|
|
|
|
} |
|
|
// wx_profit_sharing_receiver |
|
|
// wx_profit_sharing_receiver |
|
|
// wx_profit_sharing_result |
|
|
// wx_profit_sharing_result |
|
|
return false; |
|
|
return false; |
|
|
@@ -69,6 +72,8 @@ public class TenantInfoImpl implements TenantInfo { |
|
|
public boolean doMappedStatementFIlter(MappedStatement ms) { |
|
|
public boolean doMappedStatementFIlter(MappedStatement ms) { |
|
|
if ("com.iformall.mapper.MallUserInfoMapper.selectByUserName".equals(ms.getId())) |
|
|
if ("com.iformall.mapper.MallUserInfoMapper.selectByUserName".equals(ms.getId())) |
|
|
return true; |
|
|
return true; |
|
|
|
|
|
if ("com.iformall.mapper.WxBillRentMapper.updateWaitPayStatus".equals(ms.getId())) |
|
|
|
|
|
return true; |
|
|
return false; |
|
|
return false; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |