魏超 5 years ago
parent
commit
64061e3ce7

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

155
                 list.forEach(e -> {
155
                 list.forEach(e -> {
156
                     e.setStatus(CommConstant.NOT_PUBLISH);
156
                     e.setStatus(CommConstant.NOT_PUBLISH);
157
                 });
157
                 });
158
-            } else {
159
-                list.forEach(e -> {
160
-                    e.setStatus(CommConstant.IS_PUBLISH);
161
-                });
162
             }
158
             }
163
             if (list.size() > 0) {
159
             if (list.size() > 0) {
164
                 iExtendContentService.updateBatchById(list);
160
                 iExtendContentService.updateBatchById(list);