You've already forked FrameTour-BE
价格配置加个状态
This commit is contained in:
@@ -74,4 +74,9 @@ public class PriceConfigServiceImpl extends ServiceImpl<PriceConfigMapper, Price
|
||||
item.setGoodsNames(StringUtils.join(goodsNames, ","));
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateStatus(Integer id) {
|
||||
baseMapper.updateStatus(id);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user