@@ -155,10 +155,6 @@ public class TaLiveActivityController extends BaseController {
list.forEach(e -> {
e.setStatus(CommConstant.NOT_PUBLISH);
});
- } else {
- list.forEach(e -> {
- e.setStatus(CommConstant.IS_PUBLISH);
- });
}
if (list.size() > 0) {
iExtendContentService.updateBatchById(list);