@@ -203,10 +203,6 @@ public class TaSalesBatchController 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);