!232 fix: 修复编辑规格值顺序错误问题
Merge pull request !232 from OceansDeep/feature/pg
This commit is contained in:
commit
3011645c44
@ -403,7 +403,7 @@ public class GoodsSkuServiceImpl extends ServiceImpl<GoodsSkuMapper, GoodsSku> i
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<GoodsSkuVO> getGoodsListByGoodsId(String goodsId) {
|
public List<GoodsSkuVO> getGoodsListByGoodsId(String goodsId) {
|
||||||
List<GoodsSku> list = this.list(new LambdaQueryWrapper<GoodsSku>().eq(GoodsSku::getGoodsId, goodsId).orderByAsc(GoodsSku::getGoodsName));
|
List<GoodsSku> list = this.list(new LambdaQueryWrapper<GoodsSku>().eq(GoodsSku::getGoodsId, goodsId));
|
||||||
return this.getGoodsSkuVOList(list);
|
return this.getGoodsSkuVOList(list);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user