thinkgem/jeesite5

disableAutoAddCorpCodeWhere

lhyxcxy opened this issue · 1 comments

user.getSqlMap().getWhere().disableAutoAddCorpCodeWhere().and(columnName, queryType, value, num)

disableAutoAddCorpCodeWhere()方法表示什么意思,num表示什么

https://gitee.com/thinkgem/jeesite4/issues/INYD4

这个是多租户用的,为了方便快捷实现租户,默认情况下业务表只要包含租户字段,则自动添加租户条件。若不想自动添加,调用该方法即可。num其实就是索引值,columnName重复的情况下指定不同的num数值即可。