Browse Source

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/estateagents into dev

weiximei 5 years ago
parent
commit
a3f7cb03a9

+ 0
- 1
src/main/java/com/huiju/estateagents/controller/TdPosterTemplateController.java View File

155
         try {
155
         try {
156
             QueryWrapper<TdPosterTemplate> queryWrapper = new QueryWrapper<>();
156
             QueryWrapper<TdPosterTemplate> queryWrapper = new QueryWrapper<>();
157
             queryWrapper.eq("type",type);
157
             queryWrapper.eq("type",type);
158
-            queryWrapper.eq("org_id",getOrgId(request));
159
             queryWrapper.orderByDesc("create_date");
158
             queryWrapper.orderByDesc("create_date");
160
             
159
             
161
             List<TdPosterTemplate> result = iTdPosterTemplateService.list(queryWrapper);
160
             List<TdPosterTemplate> result = iTdPosterTemplateService.list(queryWrapper);