|
@@ -80,7 +80,7 @@ public class ExtendContentServiceImpl extends ServiceImpl<ExtendContentMapper, E
|
80
|
80
|
queryWrapperExtendContent.eq("org_id",orgId);
|
81
|
81
|
List<ExtendContent> list = extendContentMapper.selectList(queryWrapperExtendContent);
|
82
|
82
|
for (ExtendContent extendContent : list){
|
83
|
|
- extendContent.setStatus(1);
|
|
83
|
+ extendContent.setStatus(0);
|
84
|
84
|
extendContentMapper.updateById(extendContent);
|
85
|
85
|
}
|
86
|
86
|
}
|