魏超 5 years ago
parent
commit
dfc1865508

+ 0
- 4
src/main/java/com/huiju/estateagents/controller/TaSalesBatchController.java View File

203
                 list.forEach(e -> {
203
                 list.forEach(e -> {
204
                     e.setStatus(CommConstant.NOT_PUBLISH);
204
                     e.setStatus(CommConstant.NOT_PUBLISH);
205
                 });
205
                 });
206
-            }else{
207
-                list.forEach(e -> {
208
-                    e.setStatus(CommConstant.IS_PUBLISH);
209
-                });
210
             }
206
             }
211
             if (list.size() > 0){
207
             if (list.size() > 0){
212
                 iExtendContentService.updateBatchById(list);
208
                 iExtendContentService.updateBatchById(list);