You've already forked FrameTour-BE
价格配置加个状态
This commit is contained in:
@@ -19,4 +19,6 @@ public interface PriceConfigService extends IService<PriceConfigEntity> {
|
||||
void fillGoodsName(List<PriceConfigRespVO> result);
|
||||
|
||||
void fillGoodsName(PriceConfigRespVO config);
|
||||
|
||||
void updateStatus(Integer id);
|
||||
}
|
@@ -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