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