|
@@ -159,6 +159,7 @@ public class QwTagGroupServiceImpl implements IQwTagGroupService {
|
|
|
public R deleteQwTagGroupByIds(Long[] ids) {
|
|
public R deleteQwTagGroupByIds(Long[] ids) {
|
|
|
for (Long id : ids) {
|
|
for (Long id : ids) {
|
|
|
QwTagGroup qwTagGroup = qwTagGroupMapper.selectQwTagGroupById(id);
|
|
QwTagGroup qwTagGroup = qwTagGroupMapper.selectQwTagGroupById(id);
|
|
|
|
|
+ log.info("删除标签组-"+qwTagGroup);
|
|
|
if (qwTagGroup.getGroupFrom() != null && qwTagGroup.getGroupFrom() == 1) {
|
|
if (qwTagGroup.getGroupFrom() != null && qwTagGroup.getGroupFrom() == 1) {
|
|
|
QwTagParam qwTagParam = new QwTagParam();
|
|
QwTagParam qwTagParam = new QwTagParam();
|
|
|
qwTagParam.setGroup_id(Arrays.asList(qwTagGroup.getGroupId()));
|
|
qwTagParam.setGroup_id(Arrays.asList(qwTagGroup.getGroupId()));
|